- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 01 Mar 2011 22:48:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv20892
Modified Files:
style.css
Log Message:
fixed negaitive margin issue
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- style.css 1 Mar 2011 22:34:52 -0000 1.29
+++ style.css 1 Mar 2011 22:48:09 -0000 1.30
@@ -225,6 +225,7 @@
border-bottom:none;
}
+h4 + .element, h4 + div + .element {margin-top:0;}
/*h1 {font-size:300% !important;font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif !important;}*/
dl.element {border:none !important;}
.example {border-left: 1px dashed #3cb371 !important;}
Received on Tuesday, 1 March 2011 22:48:13 UTC