www-commits
[Top][All Lists]
Advanced

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

www/server/staging/ghm2016 layout-rsd.css


From: Therese Godefroy
Subject: www/server/staging/ghm2016 layout-rsd.css
Date: Mon, 12 Sep 2016 14:48:31 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/09/12 14:48:31

Modified files:
        server/staging/ghm2016: layout-rsd.css 

Log message:
        Update .announcement to latest version.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/ghm2016/layout-rsd.css?cvsroot=www&r1=1.23&r2=1.24

Patches:
Index: layout-rsd.css
===================================================================
RCS file: /webcvs/www/www/server/staging/ghm2016/layout-rsd.css,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- layout-rsd.css      9 Sep 2016 18:32:02 -0000       1.23
+++ layout-rsd.css      12 Sep 2016 14:48:31 -0000      1.24
@@ -458,29 +458,28 @@
    margin-left: 3%; margin-right: 3%;
 }
 
+
 /** WITH LEFT BORDER **/
 
-/* div.announcement is often followed by <blockquote> which italicizes the
-   text. The "italic" class can be used instead. */
 .announcement blockquote { margin: 0; }
 
 .announcement {
    font-size: 1.1em;
-   color: #333;
-   padding: .3em 1em .4em;
+   padding: .1em 1em .7em;
    margin: 1.5em 0;
-   border-left: .5em solid #fc7;
+   color: #333;
+   border-left: .3em solid #fc7;
    background: #f5f5f5;
    background: linear-gradient(to right, #f3f3f3, white); 
 }
 /* Currently, announcements contain <p>, <ul>, and <h3>, with p or
    ul as last element. Try to make them NetSurf-friendly. */
-.announcement p { margin: .4em 0 0; padding-bottom: .4em; }
-.announcement ul { margin: 0 1em; padding-bottom: .4em; }
-.announcement ul li { margin-top: .4em; }
+.announcement p { margin: .5em 0 0; }
+.announcement ul { margin: 0 1em; }
+.announcement ul li { margin-top: .5em; }
 .announcement h3 {
    font-size: 1.3em;
-   margin: .3em 0 .4em;
+   margin: .4em 0;
 }
 
 



reply via email to

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