- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Feb 2012 09:51:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5
In directory hutz:/tmp/cvs-serv15391
Modified Files:
HEADER.html
Log Message:
updated
Index: HEADER.html
===================================================================
RCS file: /sources/public/html5/HEADER.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- HEADER.html 27 Feb 2012 09:49:10 -0000 1.4
+++ HEADER.html 27 Feb 2012 09:51:07 -0000 1.5
@@ -6,7 +6,7 @@
font-family: sans-serif;
}
h1 {
- font-size: 150%;
+ font-size: 200%;
color: #0B5B9D;
}
pre {
@@ -28,8 +28,8 @@
background-color: white;
color: black;
}
-h1 ~ p {
- margin-bottom: 16px;
+h1 + p {
+ padding-bottom: 16px;
}
</style>
<h1>HTML WG editor's drafts</h1>
Received on Monday, 27 February 2012 09:51:16 UTC