www-commits
[Top][All Lists]
Advanced

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

www/server/staging/nav-bar/test9 layout7.css st...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css st...
Date: Tue, 15 Apr 2014 16:57:39 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/15 16:57:37

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

Log message:
        Fix margins and padding.

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

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- layout7.css 15 Apr 2014 15:31:39 -0000      1.26
+++ layout7.css 15 Apr 2014 16:57:12 -0000      1.27
@@ -239,15 +239,14 @@
    font-size: .8em;
    font-family: "FreeSans", sans-serif;
    line-height: 1.3em;
-   padding-bottom: .15em;
+   padding-bottom: .5em;
    background-color: #d1d4d7;
 }
 
 #translations p {
    padding: .1em .5em .2em .5em;
-   margin: 0 1.5% .2em 1.5%;
+   margin: 0 1.5%;
    background-color: #f0f2f4;
-   border: .15em solid #d1d4d7;
 }
 
 #translations span {
@@ -272,10 +271,8 @@
 }
 
 /* For translation lists below the navigation bar. */
-#content #translations p { margin-top: 0; }
-#content #translations {
-   margin-left: -1.65%; margin-right: -1.65%;
-   border-top: .35em  solid #d1d4d7;
+#content #translations { background: white; }
+#content #translations p { margin: 1em 0 0 0; padding: .2em .5em .3em .5em; 
background: #e7e9eb; }
 }
 
 /* Still used in some outdated translations. */
@@ -300,7 +297,8 @@
 
 #header {
    font-family: "FreeSans", sans-serif;
-   margin: 0 1.5%;
+   padding: 0 1.5%;
+   margin: 0;
    background-color: white;
 }
 #header:after {

Index: style.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/style.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- style.css   15 Apr 2014 15:31:39 -0000      1.7
+++ style.css   15 Apr 2014 16:57:26 -0000      1.8
@@ -8,10 +8,12 @@
 
 /* For pages which don't use #null-wrapper or .inner (Emacs manual,
    for example) */
-body h2,body h3, body h4, body h5, body p {
+body h2, body h3, body h4, body h5, body p {
    margin-left: 1.5%; margin-right: 1.5%;
 }
-body ul, body dl, body blockquote { padding-left: 1.5%; padding-right: 1%; }
+body ul, body ol, body dl, body blockquote {
+   padding-left: 1.5%; padding-right: 1.5%;
+}
 
 /* Specifically for sections of the Emacs manual which start at the top
    of the page. */



reply via email to

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