CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/05/30 15:06:42
Modified files: . : layout.css Log message: increase dd-to-subsequent-dt separation RT #694275 CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.130&r2=1.131 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.130 retrieving revision 1.131 diff -u -b -r1.130 -r1.131 --- layout.css 24 May 2011 23:02:57 -0000 1.130 +++ layout.css 30 May 2011 15:06:37 -0000 1.131 @@ -218,7 +218,7 @@ dt { margin-bottom: 1em; } /* separate the "description" from subsequent list item when the final <dd> child is an anonymous box */ -dd { margin-bottom: 1em; } +dd { margin-bottom: 2em; } /* separate anonymous box (used to be the first element in <dd>) from subsequent <p> */ dd p { margin-top: 1em; }