hixie: make the domintro warning boxes less like .issue boxes (whatwg r4895)

hixie: make the domintro warning boxes less like .issue boxes (whatwg
r4895)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3915&r2=1.3916&f=h
http://html5.org/tools/web-apps-tracker?from=4894&to=4895

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3915
retrieving revision 1.3916
diff -u -d -r1.3915 -r1.3916
--- Overview.html 29 Mar 2010 05:55:33 -0000 1.3915
+++ Overview.html 29 Mar 2010 06:08:01 -0000 1.3916
@@ -237,8 +237,8 @@
    .details-example img { vertical-align: top; }
 
   </style><style type="text/css">
-   .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: red; border: solid 2px; background: white; padding: 0 0.25em; }
-  </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
+   .domintro:before { display: table; margin: -1em -0.5em -0.5em auto; width: auto; content: 'This box is non-normative. Implementation requirements are given below this box.'; color: black; font-style: italic; border: solid 2px; background: white; padding: 0 0.25em; }
+  </style><link href="data:text/css," id="complete" rel="stylesheet" title="Complete specification"><link href="data:text/css,.impl%20{%20display:%20none;%20}%0Ahtml%20{%20border:%20solid%20yellow;%20}%20.domintro:before%20{%20display:%20none;%20}" id="author" rel="alternate stylesheet" title="Author documentation only"><link href="data:text/css,.impl%20{%20background:%20%23FFEEEE;%20}%20.domintro:before%20{%20background:%20%23FFEEEE;%20}" id="highlight" rel="alternate stylesheet" title="Highlight implementation requirements"><script type="text/javascript">
    function getCookie(name) {
      var params = location.search.substr(1).split("&");
      for (var index = 0; index < params.length; index++) {

Received on Monday, 29 March 2010 06:08:43 UTC