hixie: style update

hixie: style update

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5156&r2=1.5157&f=h

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5156
retrieving revision 1.5157
diff -u -d -r1.5156 -r1.5157
--- Overview.html 15 Aug 2011 04:21:16 -0000 1.5156
+++ Overview.html 15 Aug 2011 04:37:12 -0000 1.5157
@@ -40,8 +40,9 @@
 
    .toc dfn, h1 dfn, h2 dfn, h3 dfn, h4 dfn, h5 dfn, h6 dfn { font: inherit; }
    img.extra { float: right; }
-   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; }
+   pre.idl { border: solid thin; background: #EEEEEE; color: black; padding: 0.5em 1em; position: relative; }
    pre.idl :link, pre.idl :visited { color: inherit; background: transparent; }
+   pre.idl::before { content: "IDL"; font: bold small sans-serif; padding: 0.5em; background: white; position: absolute; top: 0; margin: -1px 0 0 -4em; width: 1.5em; border: thin solid; border-radius: 0 0 0 0.5em }
    pre.css { border: solid thin; background: #FFFFEE; color: black; padding: 0.5em 1em; }
    pre.css:first-line { color: #AAAA50; }
    dl.domintro { color: green; margin: 2em 0 2em 2em; padding: 0.5em 1em; border: none; background: #DDFFDD; }

Received on Monday, 15 August 2011 04:37:26 UTC