www-commits
[Top][All Lists]
Advanced

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

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


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 style.css
Date: Mon, 14 Sep 2015 18:47:39 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/09/14 18:47:39

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

Log message:
        Fix margins in old pages.

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

Patches:
Index: style.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/style.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- style.css   15 Apr 2014 16:57:26 -0000      1.8
+++ style.css   14 Sep 2015 18:47:39 -0000      1.9
@@ -22,7 +22,11 @@
 /* This restores the normal margin for pages which use #null-wrapper
    or .inner. */
 #null-wrapper h2, #null-wrapper h3, #null-wrapper h4, #null-wrapper h5,
- #null-wrapper p, .inner h2, .inner h3, .inner h4, .inner h5, .inner p {
+#null-wrapper p, .inner h2, .inner h3, .inner h4, .inner h5, .inner p,
+#null-wrapper #content div.inner { margin-left: 0; margin-right: 0; }
+
+/* For pages which don't use .inner for all divs.*/
+#searcher, #navigation, #footer, #translations {
    margin-left: 0; margin-right: 0;
 }
-
+#toplinks { margin-left: 2.2em; }



reply via email to

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