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 ed...


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

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 15/09/11 10:50:10

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

Log message:
        Fix .note and a few margins.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.83&r2=1.84
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/education.html?cvsroot=www&r1=1.23&r2=1.24

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- layout7.css 8 Sep 2015 06:48:25 -0000       1.83
+++ layout7.css 11 Sep 2015 10:50:09 -0000      1.84
@@ -500,18 +500,13 @@
 
 /*** TAGS ***/
 
-#all-tags, .page-tags {
+.page-tags {
    font-family: "FreeSans", sans-serif;
-   margin: .6em 3%;
    color: #555;
-}
-#all-tags {
-   text-align: center;
    line-height: 2em;
-   margin: 2em 1.6em; }
-#content .page-tags { margin: .4em 0; }
+   margin-top: .7em;
+}
 
-#all-tags a, #all-tags a:visited,
 .page-tags a, .page-tags a:visited {
    padding: .2em .4em;
    line-height: 1.8em;
@@ -520,7 +515,7 @@
    text-decoration: none;
    border: 1px solid #e2e4e6;
 }
-#all-tags a:hover, .page-tags a:hover { color: black; }
+.page-tags a:hover { color: black; }
 
 
 /*** CONTENT ***/
@@ -555,7 +550,10 @@
 }
 #content li, #fsf-campaigns li, #content dd, #content p, #content pre,
    #content dt, #content code, #content address { line-height: 1.3em; }
-   #content li { margin-bottom: .2em; }
+#content li { margin-top: .3em; margin-bottom: 0; }
+#content ul { margin-top: 0; margin-bottom: 0; }
+#content li ul li { margin-top: 0; }
+
 #content h3 a[href]:visited, #content h4 a[href]:visited { color: #334683; }
 #content h3 a[href]:hover, #content h4 a[href]:hover { color: #777; }
 
@@ -578,7 +576,7 @@
    font-family: "FreeSans", sans-serif;
    padding: .3em;
    background-color: #d1d4d7;
-   margin-top: 2em;
+   margin-top: 2.5em;
 }
 #fsf-links ul {
    text-align: center;
@@ -624,7 +622,7 @@
    float: right;
    font-size: 1.1em;
    font-weight: bold;
-   margin: 2em 0 1.5em 0;
+   margin: 2em 2% 1.5em 2%;
 }
 div#backtotop {
 /* For older versions of layout. */
@@ -678,7 +676,7 @@
 #home h2 {
    text-shadow: none;
    padding: 0;
-   margin-top: 1.1em; margin-bottom: .6em;
+   margin-top: .9em; margin-bottom: .6em;
 }
 #home .first-column img {
    width: 100%; max-width: 35em;
@@ -689,7 +687,7 @@
 #home .button {
    text-align: center;
    font-weight: bold;
-   margin-top: 2.5em; margin-bottom: 2.5em;
+   margin-top: 2em; margin-bottom: 2.3em;
 }
 .button a, .button a:visited {
    color: #971611;
@@ -701,9 +699,9 @@
 .large a {
    display: inline-block;
    font-family: "FreeSans", sans-serif;
-   font-size: 2em;
-   padding: .1em .4em;
+   font-size: 1.8em;
    line-height: 1.3em;
+   padding: .1em .4em;
    background-color: #e7e9eb;
    border: .4em solid #c9cccf;
 }
@@ -751,7 +749,6 @@
 
 .highlight, .highlight-para {
    clear: both;
-   margin-bottom: 1em;
    color: black;
 }
 .highlight {
@@ -803,7 +800,7 @@
    float: right;
    text-align: center;
    font-style: normal;
-   width: 20em;
+   width: 20em; max-width: 90%;
    padding: 0;
    margin: .3em 0 1em 1.5em;
    border: .3em solid #3465a4;
@@ -827,42 +824,34 @@
 
 /* Common definitions */
 #content div.summary, #content div.toc {
-   padding: 1.5em;
+   padding: 1.5em; padding-bottom: 1.8em;
    background: #f0f2f4;
    border: 1px solid #c9cccf;
 }
-#content .summary ul, #content .summary ul li,
-#content .toc ul, #content .toc ul li {
-   margin-top: 0; margin-bottom: 0;
-}
-#content div.summary ul li a, #content div.toc ul li a {
+#content div.summary a, #content div.toc a {
    line-height: 1.5em;
    text-decoration: none;
 }
-#content .summary ul li strong a,
-#content .toc ul li strong a { line-height: 2em; }
-
 #content div.summary h3, #content div.toc h3,
 #content div.summary h4 {
    text-align: center; padding-top: 0; margin-top: 0;
-   margin-bottom: .7em;
 }
 
 /* Small tables of contents */
 #content div.summary {
    clear: right;
    float: right;
-   max-width: 24em;
-   margin: .3em 0 1.5em 1.5em;
+   max-width: 20em;
+   margin: .3em 0 1em 1.5em;
 }
address@hidden (max-width: 50em) {
-   #content div.summary { float: none; margin: auto; }
address@hidden (max-width: 46em) {
+   #content div.summary { float: none; margin: auto; max-width: 25em; }
 }
 
 /* Big tables of contents */
 #content div.toc {
    max-width: 45em;
-   margin: 3em auto 1em; auto;
+   margin: 3em auto 2em; auto;
 }
 
 /* Lists of links (just to try) */

Index: education.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/education.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- education.html      7 Sep 2015 22:11:16 -0000       1.23
+++ education.html      11 Sep 2015 10:50:10 -0000      1.24
@@ -38,10 +38,10 @@
 @media (max-width: 68em) {
    #content #video-container {
       float: none; max-width: 100%;  width: 40em;
-      margin: 1em auto 2em auto; }
+      margin: 2em auto; }
    #content #indepth {
       float: none; width: 39.5em; max-width: 98%;
-      margin: auto; }
+      margin: 2.5em auto; }
 }
 -->
 </style>
@@ -216,7 +216,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2015/09/07 22:11:16 $
+$Date: 2015/09/11 10:50:10 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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