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: Sat, 7 May 2016 08:49:40 +0000 (UTC)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 16/05/07 08:49:40

Modified files:
        .              : layout.css 

Log message:
        Reduce margin around <dt><dd>: 2em is too big in most cases, e.g. 
software pages using the boilerplate.

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

Patches:
Index: layout.css
===================================================================
RCS file: /webcvs/www/www/layout.css,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -b -r1.195 -r1.196
--- layout.css  5 May 2016 09:04:07 -0000       1.195
+++ layout.css  7 May 2016 08:49:40 -0000       1.196
@@ -231,12 +231,12 @@
 table li { margin-top: .2em; margin-bottom: .2em; }
 
 /* Separate description lists from preceding text */
-dl { margin: 2em 0 0 0; }
+dl { margin: 1.5em 0 0 0; }
 /* separate the "term" from subsequent "description" */
 dt { margin: 1em 0; }
 /* separate the "description" from subsequent list item
    when the final <dd> child is an anonymous box */
-dl dd { margin: 1em 3% 2em 3%; }
+dl dd { margin: 1em 3% 1.5em 3%; }
 /* separate anonymous box (used to be the first element in <dd>)
    from subsequent <p> */
 dd p { margin-top: 1em; }



reply via email to

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