Hacking up final HTML for pubrules checker
authorGraham Klyne
Thu, 01 Dec 2011 18:35:42 +0000
changeset 1144 adf7179f7866
parent 1143 43732dc1e870
child 1145 35857fbb9dd1
Hacking up final HTML for pubrules checker
paq/WD-PROV-AQ-20111201.html
--- a/paq/WD-PROV-AQ-20111201.html	Thu Dec 01 18:24:21 2011 +0000
+++ b/paq/WD-PROV-AQ-20111201.html	Thu Dec 01 18:35:42 2011 +0000
@@ -65,7 +65,7 @@
     line-height:    120%;
 }
 
-pre.idl::before {
+pre.idl:before {
     content:    "WebIDL";
     display:    block;
     width:      150px;
@@ -234,7 +234,6 @@
     text-align: left;
     font-family:    initial;
     font-weight:    normal;
-    text-shadow:    #666 1px 1px 0;
 }
 .parameters th { background: #90b8de; }
 .exceptions th { background: #deb890; }
@@ -297,19 +296,11 @@
     border-top: 1px solid #ddd;
 }
 
-.simple tr:nth-child(even) {
-    background: #f0f6ff;
-}
-
 /* --- DL --- */
 .section dd > p:first-child {
     margin-top: 0;
 }
 
-.section dd > p:last-child {
-    margin-bottom: 0;
-}
-
 .section dd {
     margin-bottom:  1em;
 }
@@ -326,7 +317,7 @@
     margin-top: 1em;
 }
 
-pre.example::before {
+pre.example:before {
     content:    "Example";
     display:    block;
     width:      150px;
@@ -346,7 +337,7 @@
     background: #ffc;
 }
 
-.issue::before {
+.issue:before {
     content:    "Issue";
     display:    block;
     width:  150px;
@@ -364,7 +355,7 @@
     background: #e2fff0;
 }
 
-.note::before {
+.note:before {
     content:    "Note";
     display:    block;
     width:  150px;