www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/nav-bar/test7 layout.css


From: Matías Croce
Subject: www/server/staging/nav-bar/test7 layout.css
Date: Sun, 29 Jan 2012 18:17:27 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matías Croce <matux>    12/01/29 18:17:27

Modified files:
        server/staging/nav-bar/test7: layout.css 

Log message:
        fixing tabs overlaping in nav-bar demo

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test7/layout.css?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/server/staging/nav-bar/test7/layout.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- layout.css  19 Jan 2012 02:04:34 -0000      1.2
+++ layout.css  29 Jan 2012 18:17:19 -0000      1.3
@@ -101,19 +101,19 @@
 #content:lang(ar), #content:lang(fa), #searcher:lang(he) {text-align: right;}
 
 /* Definitions for new navigation bar with sub-navigation */
-#navigation {background-color: #b22222;  clear: both; }
+#navigation { background-color: #b22222;  clear: both; padding-top:.2em; }
 
 #navigation:after{ clear: both; content: ""; display: block; height: 0px; 
visibility: hidden; width: 0px; }
 
-#navigation ul{font-size: 0.9em; margin: 0.9em auto; padding-top: 1.2em;}
+#navigation ul{ font-size: 0.8em; margin:0 0 -2px 0; }
 
 #navigation li{ display: inline; }
 
-#navigation li a { color: white; text-decoration: none; font-weight: bold; 
padding: .9em; border-width:2px 2px 0px 2px; border-style:solid; 
border-color:#B22222; -moz-border-radius-topleft: .6em; 
-moz-border-radius-topright: .6em; -khtml-border-radius-topleft: .6em; 
-khtml-border-radius-topright: .6em; border-top-left-radius: .6em; 
border-top-right-radius: .6em; }
+#navigation li a { color: white; text-decoration: none; font-weight: bold; 
padding: .9em; border-width:2px 2px 0px 2px; border-style:solid; 
border-color:#B22222; -moz-border-radius-topleft: .6em; 
-moz-border-radius-topright: .6em; -khtml-border-radius-topleft: .6em; 
-khtml-border-radius-topright: .6em; border-top-left-radius: .6em; 
border-top-right-radius: .6em; display:inline-block; }
 
 #navigation li a:hover, #navigation li.selected a { background: #EAC99C; 
color: #1a0000; border-color:white; border-style:solid; border-bottom:2px solid 
#EAC99C !important; }
 
-#sub-nav { background: #EAC99C; margin-bottom: 0 !important; padding:.5em 
!important;  border-bottom: 1px solid #9c0204; border-top: 2px solid white; }
+#sub-nav { background: #EAC99C; margin-bottom: 0 !important; padding:.5em 
!important;  border-bottom: 1px solid #9c0204; border-top: 2px solid 
white;clear:both; }
 
 #sub-nav ul { padding:0 !important; margin:0 !important; }
 
@@ -125,7 +125,7 @@
 
 #navigation #joinfsftab a { color: yellow !important; border:none !important; }
 
-#navigation #joinfsftab a:hover { background: #b22222 !important;border:none 
!important; }
+#navigation #joinfsftab a:hover { background: #b22222 !important;border:none 
!important;text-decoration:underline;  }
 /* End definitions for new navigation bar with sub-navigation */
 
 #content h2 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]