- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Nov 2011 23:59:22 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css-module
In directory hutz:/tmp/cvs-serv29286
Modified Files:
Overview.html default.css
Log Message:
Added a high z-index to the obsoletion notice styling.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css-module/Overview.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- Overview.html 30 Oct 2011 20:08:43 -0000 1.14
+++ Overview.html 9 Nov 2011 23:59:19 -0000 1.15
@@ -37,14 +37,14 @@
<h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
class=replaceme>N</var></h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
2011</h2>
<dl>
<dt>This version:
<dd><a class=replaceme
- href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/</a>
+ href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/</a>
<dt>Latest version:
Index: default.css
===================================================================
RCS file: /sources/public/csswg/css-module/default.css,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- default.css 9 Nov 2011 20:53:45 -0000 1.9
+++ default.css 9 Nov 2011 23:59:19 -0000 1.10
@@ -562,6 +562,7 @@
left: 1em;
right: 1em;
bottom: 1em;
+ z-index: 1000;
}
details.obsolete:not([open]) > summary {
Received on Wednesday, 9 November 2011 23:59:28 UTC