- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 25 Apr 2011 07:40:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv6756
Modified Files:
style.css
Added Files:
HTML5-Badge-64.png
Log Message:
logo
--- NEW FILE: HTML5-Badge-64.png ---
(This appears to be a binary file; contents omitted.)
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- style.css 24 Apr 2011 14:36:06 -0000 1.65
+++ style.css 25 Apr 2011 07:40:55 -0000 1.66
@@ -162,9 +162,11 @@
/* div.head:before { content: 'W3C'; background-color: #003333; color: #fff; border-radius: 0.25em; -webkit-border-radius: 0.25em; -moz-border-radius: 0.25em; position: absolute; top: 2em; left: -5em; font-weight: bold; font-size: 0.6em; padding: 2em 0.7em 0.25em; font-family: Helvetica, sans-serif; text-align: right; letter-spacing: 0.1em; }*/
div.head h1:before
{
- content: url(HTML5_Logo_64.png);
+ content: url(HTML5-Badge-64.png);
float:left;
- padding-top:18px;
+ padding-top:16px;
+ padding-right:14px;
+ padding-bottom: 24px;
}
div.head hr, div.head > a, img[src*="http://www.w3.org/Icons/"], div.head dd, div.head dt { display: none; } /* Hide hr, the logo, logo alternate and the dl list in the head section */
Received on Monday, 25 April 2011 07:41:03 UTC