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


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css
Date: Fri, 11 Sep 2015 19:47:39 +0000

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

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

Log message:
        Fix margins in div.edu-cases.

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

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- layout7.css 11 Sep 2015 12:38:46 -0000      1.86
+++ layout7.css 11 Sep 2015 19:47:38 -0000      1.87
@@ -945,7 +945,6 @@
 
 /* styles for subsections of /education "Case Studies" */
 div.edu-cases {
-   text-align: justify;
    border-top: 5px ridge #3465a4;
    border-bottom: 5px ridge #3465a4;
    padding: 1.5em 0;
@@ -955,10 +954,13 @@
 /* make h3 for edu-cases look like h4 for other pages */
 #content div.edu-cases h3 {
    font-size: 1.3em;
-   margin: 0; margin-bottom: 1em;
+   margin: 1em 0;
 }
-div.edu-cases ul, div.edu-cases ol {
-   padding: 0 4%;
+#content div.edu-cases ul, div.edu-cases ol {
+   padding: 0 2%;
+}
+#content div.edu-cases ul li, div.edu-cases ol li {
+   margin: 0; margin-bottom: .1em;
 }
 
 /* For images in the Education section (and elsewhere?) */



reply via email to

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