Skip to content

Commit 4451468

Browse files
committed
Issue marker still overlapped the status logo, so switched to using
the style from css-module instead (i.e., the style used for examples and property definitions).
1 parent 2007547 commit 4451468

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css3-regions/Overview.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
}
3838

3939
div.issue-marker {
40-
position: absolute;
41-
left: 2px;
42-
padding: 2px;
40+
color: red;
41+
margin: 1em 0;
4342
font-weight: normal;
44-
background-color: white;
45-
font-size: 90%;
43+
padding: .5em;
44+
border-left: .5em solid #E05252;
45+
background: #FBE9E9;
4646
}
4747

4848
div.issue-marker a {

0 commit comments

Comments
 (0)