- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2011 04:08:04 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv24256 Modified Files: style.css Log Message: checkpointing Index: style.css =================================================================== RCS file: /sources/public/html5/spec-author-view/style.css,v retrieving revision 1.58 retrieving revision 1.59 diff -u -d -r1.58 -r1.59 --- style.css 22 Apr 2011 03:28:26 -0000 1.58 +++ style.css 22 Apr 2011 04:08:02 -0000 1.59 @@ -164,13 +164,20 @@ padding-top:18px; } -div.head hr, div.head > a, img[src*="http://www.w3.org/Icons/"], div.head dl { display: none; } /* Hide hr, the logo, logo alternate and the dl list in the head section */ +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 */ +div.head dl { margin: 0 0 14px 0; } +div.head dl dd:last-of-type { display: block !important; margin-left: 0; font-size: 0.9em; } +div.head dl dd:last-of-type:before { content: "Editor: "; } +div.head dl dd:last-of-type, div.head dl dd:last-of-type:before { font-weight: bold; font-family: verdana, sans-serif; } div.head h1 { font-family: "ChunkFiveRegular", Helvetica; line-height: 1.4em; margin: -0.2em 0 0.5em 0; -webkit-font-smoothing: antialiased; font-size: 4em; } div.head h1 span.edition { display: block; font-size: 0.5em; line-height: 0.25em; } div.head h1 span.rcsrevision { display: none; } div.head h2 { margin: 0 0 0.5em 0; font-size: 0.9em; font-family:verdana, sans-serif;} div.head h2.maturity { color: #666; font-size: 1em; border: 0px; } +#abstract { display: none } +#abstract + p + p { display: none } + /* change color from #999 to #5E5E5E */ div.head p.copyright { color: #5E5E5E; font-size: 0.8em; font-style: italic; width: 80%; line-height: 1.4em; } @@ -254,7 +261,10 @@ .note {border:1px dashed #5f9ea0;color:#405023;margin-bottom:1em;} li {list-style:none !important} p.alt {display:none} -#status-of-this-document, #status-of-this-document + p, #status-of-this-document + p + p, #status-of-this-document + p + p +form, #status-of-this-document + p + p + form + p, #status-of-this-document + p + p + form + p + p, #status-of-this-document + p + p + form + p + p + p, #status-of-this-document + p + p + form +p + p + p + div + p, #status-of-this-document + p + p + form + p + p + p + div + p + p, #status-of-this-document + p + p + form + p + p + p + div + p + p + p, #status-of-this-document + p + p + form + p + p + p + div + p + p + p + dl, #status-of-this-document + p + p + form + p + p + p + div + p + p + p + dl + p, #status-of-this-document + p + p + form + p + p + p + div + p + p + p + dl + p + p {display:none} +#status-of-this-document, #status-of-this-document + p, #status-of-this-document + p + p, #status-of-this-document + p + p +form, #status-of-this-document + p + p + form + p, #status-of-this-document + p + p + form + p + p, #status-of-this-document + p + p + form + p + p + p, #status-of-this-document + p + p + form +p + p + p + div + p, #status-of-this-document + p + p + form + p + p + p + div + p + p, #status-of-this-document + p + p + form + p + p + p + div + p + p + p, #status-of-this-document + p + p + form + p + p + p + div + p + p + p + dl, #status-of-this-document + p + p + form + p + p + p + div + p + p + p + dl + p, +#status-of-this-document + p + p + form + p + p + p + div + p + p + p + dl + p + p, +#status-of-this-document + p + p + form + p + p + p + div + p + p + p + dl + p + p + p + {display:none} #named-character-references-table {font-size:1em !important;}
Received on Friday, 22 April 2011 04:08:06 UTC