www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout2.css


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout2.css
Date: Fri, 07 Feb 2014 17:16:55 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/02/07 17:16:54

Modified files:
        server/staging/nav-bar/test9: layout2.css 

Log message:
        Use width instead of max-width to keep fssbox manageable.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout2.css?cvsroot=www&r1=1.8&r2=1.9

Patches:
Index: layout2.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout2.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- layout2.css 7 Feb 2014 13:49:28 -0000       1.8
+++ layout2.css 7 Feb 2014 17:16:48 -0000       1.9
@@ -217,6 +217,7 @@
 }
 #fssbox {
    float: right;
+   width: 25em;
    max-width: 30em;
    font-size: .9em;
    font-weight: bold;
@@ -228,22 +229,19 @@
 }
 #fssbox p { margin-top: 0; margin-bottom: .5em; }
 
-#logo {
-   font-size: 2.3em;
-   font-family: sans-serif;
-   font-weight: bold;
-   margin-left: .7em;
-   padding-top: .85em;
-}
 #logo img {
    float: left;
    height: 1.8em;
    position: relative; bottom: .4em;
-   padding: 0; margin: 0;
+   padding: 0;
+   margin-left: .7em;
 }
 #logo p {
-   font-size: 1em;
+   font-size: 2.3em;
+   font-family: sans-serif;
+   font-weight: bold;
    line-height: 1em;
+   padding-top: .85em;
    margin-bottom: 0.2em;
 }
 #logo a, a:visited {



reply via email to

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