CVSROOT: /web/www Module name: www Changes by: Karl Berry <karl> 11/05/24 23:03:05
Modified files: . : layout.css Log message: did not work, revert to 1em (#694275) CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.129&r2=1.130 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.129 retrieving revision 1.130 diff -u -b -r1.129 -r1.130 --- layout.css 24 May 2011 23:00:51 -0000 1.129 +++ layout.css 24 May 2011 23:02:57 -0000 1.130 @@ -215,7 +215,7 @@ line-height: 1.3em; } /* separate the "term" from subsequent "description" */ -dt { margin-bottom: .5em; } +dt { margin-bottom: 1em; } /* separate the "description" from subsequent list item when the final <dd> child is an anonymous box */ dd { margin-bottom: 1em; }