- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Jul 2010 22:02:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv1183 Modified Files: style.css Log Message: made some minor CSS tweaks Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.122 retrieving revision 1.123 diff -u -d -r1.122 -r1.123 --- style.css 28 Jul 2010 16:51:42 -0000 1.122 +++ style.css 28 Jul 2010 22:02:25 -0000 1.123 @@ -1,3 +1,16 @@ +body { + line-height: 1.2em; +} +h2 { + margin-bottom: 10px; +} +h2 + p { + margin-top: 10px; +} +ul { + margin-top: 8px; + margin-bottom: 8px; +} dt { margin-top: 10px; } @@ -8,6 +21,7 @@ font-weight: normal; } dfn { + font-style: inherit; font-weight: bold; color: brown; }
Received on Wednesday, 28 July 2010 22:02:29 UTC