- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 27 Feb 2012 09:49:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5
In directory hutz:/tmp/cvs-serv15168
Modified Files:
HEADER.html
Log Message:
updated
Index: HEADER.html
===================================================================
RCS file: /sources/public/html5/HEADER.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- HEADER.html 27 Feb 2012 09:47:20 -0000 1.3
+++ HEADER.html 27 Feb 2012 09:49:10 -0000 1.4
@@ -6,7 +6,7 @@
font-family: sans-serif;
}
h1 {
- font-size: 110%;
+ font-size: 150%;
color: #0B5B9D;
}
pre {
@@ -28,7 +28,7 @@
background-color: white;
color: black;
}
-p:first-child {
+h1 ~ p {
margin-bottom: 16px;
}
</style>
Received on Monday, 27 February 2012 09:49:18 UTC