www-commits
[Top][All Lists]
Advanced

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

www layout.css


From: Therese Godefroy
Subject: www layout.css
Date: Sun, 6 Nov 2016 19:36:27 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/11/06 19:36:27

Modified files:
        .              : layout.css 

Log message:
        (RT #1136553) 2-column layout for special articles, reduced width of 
single-column parts; increase font size to 1.1em, adjust h3, define .byline and 
h3.subheader.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.226&r2=1.227

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -b -r1.226 -r1.227
--- layout.css  6 Nov 2016 19:29:19 -0000       1.226
+++ layout.css  6 Nov 2016 19:36:26 -0000       1.227
@@ -928,6 +928,39 @@
 
 #content { margin-bottom: 2.5em; }
 
+p.byline {
+   font-size: 1.1em;
+   margin: 1.5em 0;
+}
+.article { font-size: 1.1em; }
+.article h3 { font-size: 1.4em; }
+h3.subheader {
+   padding-bottom: .2em;
+   border-bottom: 1px solid #bbb;
+}
+.columns p.inline-block {
+   display: inline-block;
+   vertical-align: top;
+   margin: 0;
+}
+
address@hidden (min-width: 53em) {
+   .columns {
+      -webkit-column-count: 2;
+      -webkit-column-gap: 1.5em;
+      -moz-column-count: 2;
+      -moz-column-gap: 1.5em;
+      column-count: 2;
+      column-gap: 1.5em;
+   }
+   .columns > *:first-child { margin-top: 0 }
+   .columns > *:last-child { margin-bottom: 0; }
+   .reduced-width {
+      width: 43em;
+      margin: 1.5em auto;
+   }
+}
+
 
 /*** MISSION STATEMENT ***/
 



reply via email to

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