- From: Steven Faulkners via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Mar 2011 22:05:10 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view
In directory hutz:/tmp/cvs-serv22482
Modified Files:
style.css
Log Message:
minor tweaks
Index: style.css
===================================================================
RCS file: /sources/public/html5/spec-author-view/style.css,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- style.css 2 Mar 2011 17:21:12 -0000 1.47
+++ style.css 8 Mar 2011 22:05:08 -0000 1.48
@@ -22,9 +22,9 @@
line-height: 1.5em;
}
.strong-note a {
- text-decoration: none;
+
padding-bottom: 0.1em;
- border-bottom: 1px solid white;
+
color: white;
}
@@ -160,7 +160,7 @@
div.head h1 { font-family: "ChunkFiveRegular", Helvetica; line-height: 1.4em; margin: -0.2em 0 0.5em 0; -webkit-font-smoothing: antialiased; font-size: 3em; }
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; }
+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; }
/* change color from #999 to #5E5E5E */
@@ -241,7 +241,7 @@
.example {border-left: 1px dashed #3cb371 !important;}
.note {border:1px dashed #5f9ea0;color:#405023;margin-bottom:1em;}
li {list-style:none !important}
-/*p.alt {display:none}*/
+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}
#named-character-references-table {font-size:1em !important;}
Received on Tuesday, 8 March 2011 22:05:11 UTC