Skip to content

Commit 01cd7d6

Browse files
committed
Added a high z-index to the obsoletion notice styling.
1 parent 92c1bfe commit 01cd7d6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css-module/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@
3737
<h1>CSS <var class=replaceme>TEMPLATE</var> Module Level <var
3838
class=replaceme>N</var></h1>
3939

40-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 October
40+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 9 November
4141
2011</h2>
4242

4343
<dl>
4444
<dt>This version:
4545

4646
<dd><a class=replaceme
47-
href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111030/</a>
47+
href="http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/">http://www.w3.org/TR/2011/ED-cssN-FIXME-20111109/</a>
4848

4949

5050
<dt>Latest version:

css-module/default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@ details.obsolete[open] {
562562
left: 1em;
563563
right: 1em;
564564
bottom: 1em;
565+
z-index: 1000;
565566
}
566567

567568
details.obsolete:not([open]) > summary {

0 commit comments

Comments
 (0)