Move conformance requirement styles to default_svg.css.
authorCameron McCormack <cam@mcc.id.au>
Wed, 22 Aug 2012 12:15:02 +1000
changeset 349 3d5f61157e62
parent 348 9876408265e2
child 350 74893d8dd10e
Move conformance requirement styles to default_svg.css.
master/style/default.css
master/style/default_svg.css
--- a/master/style/default.css	Wed Aug 22 11:46:18 2012 +1000
+++ b/master/style/default.css	Wed Aug 22 12:15:02 2012 +1000
@@ -161,7 +161,7 @@
 
 dfn { font-weight: bolder; /*font-size: 1em*/ }
 
-p.issue, div.issue, p.note, div.note, div.example, div.requirement {
+p.issue, div.issue, p.note, div.note, div.example {
 	padding: .5em;
 	border-left-width: .5em;
 	border-left-style: solid;
@@ -183,17 +183,6 @@
 
 span.issue { color: red; }
 
-/* Conformance requirement */
-
-div.requirement {
-	border-color: #007070;
-	background: #A0E0E0;
-	}
-	
-div.requirement > p {
-	margin-top: 0
-	}
-
 /* Class note is a non-normative note. May be inline or a P or DIV */
 p.note, div.note {
 	border-color: #52E052;
@@ -558,4 +547,4 @@
 ol.inline, ol.inline li {display: inline; padding: 0; margin: 0}
 ol.inline {counter-reset: list-item}
 ol.inline li {counter-increment: list-item}
-ol.inline li:before {content: "(" counter(list-item) ") "; font-weight: bold}
\ No newline at end of file
+ol.inline li:before {content: "(" counter(list-item) ") "; font-weight: bold}
--- a/master/style/default_svg.css	Wed Aug 22 11:46:18 2012 +1000
+++ b/master/style/default_svg.css	Wed Aug 22 12:15:02 2012 +1000
@@ -336,3 +336,17 @@
 .eltdef td > p:first-child { margin-top: 0 }
 .eltdef th { white-space: nowrap }
 .eltdef pre.idl { margin: 0; padding: 0; background: none }
+
+/* Conformance requirement */
+
+div.requirement {
+  padding: 0.5em;
+  border-left-width: 0.5em;
+  border-left-style: solid;
+  border-color: #007070;
+  background: #A0E0E0;
+}
+
+div.requirement > p {
+  margin-top: 0
+}