[html5] r3468 - [e] (0) fix styling issue

whatwg at whatwg.org whatwg at whatwg.org
Sun Jul 26 20:29:57 PDT 2009


Author: ianh
Date: 2009-07-26 20:29:56 -0700 (Sun, 26 Jul 2009)
New Revision: 3468

Modified:
   index
Log:
[e] (0) fix styling issue

Modified: index
===================================================================
--- index	2009-07-26 09:25:40 UTC (rev 3467)
+++ index	2009-07-27 03:29:56 UTC (rev 3468)
@@ -15,7 +15,7 @@
    #configUI p label { display: block; }
    #configUI #updateUI, #configUI .loginUI { text-align: center; }
    #configUI input[type=button] { display: block; margin: auto; }
-   #reviewer { position: fixed; bottom: 0; right: 0; white-space: nowrap; border: thin; border-style: inset none none inset; background: #EEEEEE; color: black; overflow: hidden; }
+   #reviewer { position: fixed; bottom: 0; right: 0; white-space: nowrap; border: thin; border-style: inset none none inset; background: #EEEEEE; color: black; overflow: hidden; z-index: 30; }
    #reviewer * { font-size: small; }
    #reviewer.off > :not(:first-child) { display: none; }
    @media print { #configUI { display: none; } }
@@ -71,7 +71,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 26 July 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-date:-01-jan-1901>Draft Standard — 27 July 2009</h2>
    <p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->




More information about the Commit-Watchers mailing list