CVSROOT: /web/www
Module name: www
Changes by: Karl Berry <karl> 11/05/24 23:00:55
Modified files:
. : layout.css
Log message:
try less space between term and description
CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.128&r2=1.129
Patches:
Index: layout.css
===================================================================
RCS file: /web/www/www/layout.css,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -b -r1.128 -r1.129
--- layout.css 24 May 2011 14:37:22 -0000 1.128
+++ layout.css 24 May 2011 23:00:51 -0000 1.129
@@ -1,7 +1,7 @@
/*
layout.css -- css stylesheet used on www.gnu.org
-Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation
+Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
@@ -215,7 +215,7 @@
line-height: 1.3em; }
/* separate the "term" from subsequent "description" */
-dt { margin-bottom: 1em; }
+dt { margin-bottom: .5em; }
/* separate the "description" from subsequent list item
when the final <dd> child is an anonymous box */
dd { margin-bottom: 1em; }