www-commits
[Top][All Lists]
Advanced

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

www/server/staging layout.css


From: Therese Godefroy
Subject: www/server/staging layout.css
Date: Wed, 1 Jan 2020 11:06:05 -0500 (EST)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 20/01/01 11:06:05

Modified files:
        server/staging : layout.css 

Log message:
        Minor adjustments.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/layout.css?cvsroot=www&r1=1.3&r2=1.4

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/server/staging/layout.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- layout.css  31 Dec 2019 11:58:03 -0000      1.3
+++ layout.css  1 Jan 2020 16:06:05 -0000       1.4
@@ -95,10 +95,12 @@
 }
 
 .italic { font-style: italic; }
+.italic em, .italic cite, .italic i { font-style: normal; }
 .center, .c { text-align: center; }
 .nocenter{ text-align: left; }
 .underline { text-decoration: underline; }
 .nounderline { text-decoration: none; }
+.small { font-size: .9em; }
 .big, .article { font-size: 1.1em; }
 .inline-list li { display: inline }
 .no-bullet li { list-style: none; }
@@ -333,9 +335,8 @@
 
 /*** ROUNDED CORNERS ***/
 
-#searcher input[type="text"], #searcher input[type="submit"],
- #fssbox input[type="text"], #fssbox input[type="submit"],
- .button a, #join-fsf a {
+form.header input[type="text"], form.header input[type="submit"],
+.button a, #join-fsf a {
    border-radius: .3em;
    -moz-border-radius: .3em;
    -khtml-border-radius: .3em;
@@ -351,7 +352,7 @@
    text-align: right;
    line-height: 1.5em;
    font-weight: bold;
-   margin: 1.5em 2%;
+   margin: 2em 2%;
 }
 
 /* Anchor - This is used in pages of lists, such as gnu-linux.faq.html,
@@ -573,18 +574,21 @@
    margin-top: .5em;
 }
 
-@media (min-width: 43em) {
+@media (min-width: 45em) {
    .pict.narrow {
+       max-width: 45%;
        float:right; margin: .3em 0 1em 2em;
    }
 }
-@media (min-width: 48em) {
+@media (min-width: 50em) {
    .pict.medium {
+       max-width: 45%;
        float:right; margin: .3em 0 1em 2em;
    }
 }
-@media (min-width: 55em) {
+@media (min-width: 57em) {
    .pict.wide {
+       max-width: 45%;
        float:right; margin: .3em 0 1em 2em;
    }
 }
@@ -1082,8 +1086,8 @@
 
 /* Subsections of /education "Case Studies" */
 .edu-cases {
-   border-top: 4px ridge #3465a4;
-   border-bottom: 4px ridge #3465a4;
+   border-top: 3px ridge #3465a4;
+   border-bottom: 3px ridge #3465a4;
 }
 
 



reply via email to

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