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 12:38:47 +0000

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

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

Log message:
        Fix margins around h3, h4, etc..

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

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -b -r1.85 -r1.86
--- layout7.css 11 Sep 2015 10:53:23 -0000      1.85
+++ layout7.css 11 Sep 2015 12:38:46 -0000      1.86
@@ -502,20 +502,20 @@
 
 .page-tags {
    font-family: "FreeSans", sans-serif;
+   font-size: .9em; font-weight: bold;
    color: #555;
-   line-height: 2em;
+   line-height: 2.2em; padding: 0;
    margin-top: .7em;
 }
 
 .page-tags a, .page-tags a:visited {
-   padding: .2em .4em;
-   line-height: 1.8em;
+   padding: .3em .5em;
    color: #555;
    background: #f0f2f4;
    text-decoration: none;
    border: 1px solid #e2e4e6;
 }
-.page-tags a:hover { color: black; }
+.page-tags a:hover { color: black; text-decoration: underline }
 
 
 /*** CONTENT ***/
@@ -523,24 +523,23 @@
 #content {
    text-align: left;
    padding: 0 3%;
+   margin-bottom: 0;
 }
 #content h1, #content h2 {
    font-weight:bold;
    padding: 0;
-   margin: 1em 0 1.3em 0;
+   margin: 1.1em 0;
    color: #334683; text-shadow: #999 1px 1px 0;
+   
 }
 #content h1 { font-size: 2.4em; }
 #content h2 { font-size: 2em; }
-
-#content h2 { font-size: 2em; }
-#content h2 { font-size: 2em; }
-#content h3, #content h4, #content h5, #content h6, #content p {
+#content h4, #content h5, #content h6, #content p {
    margin-top: 1em ;
 }
-#content h3 { font-size: 1.6em; color: #333; }
-#content h4 { font-size: 1.3em; color: #333; }
-#content h5 { font-size: 1.1em; }
+#content h3 { font-size: 1.6em; color: #333; margin: 1.3em 0 .7em 0; }
+#content h4 { font-size: 1.3em; color: #333; margin-bottom: .8em; }
+#content h5 { font-size: 1.1em; margin-bottom: .9em; }
 #content h6 { font-size: 1em; }
 #content ul li, #fsf-campaigns ul li {
    list-style: square;



reply via email to

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