Skip to content

Commit 97c07cd

Browse files
committed
[css-writing-modes] The very first "note" in the draft overlays and obscures part of the illustration in the sidebar <http://www.w3.org/mid/5296D692.2020201@css-class.com>
1 parent 57740ce commit 97c07cd

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

css-writing-modes/issues-lc-2013.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ Issue 2.
1414
Summary: The very first "note" in the draft overlays and obscures part of the illustration in the sidebar
1515
From: asmusf@ix.netcom.com
1616
Comment: http://www.w3.org/mid/52960D39.5050309@ix.netcom.com
17-
Open:
17+
Comment: http://www.w3.org/mid/CAAWBYDCJHACxu6GoBtFCHOxgKA4ZoTg9J4RheYAmeMZ0LKdGWQ@mail.gmail.com
18+
Comment: http://www.w3.org/mid/5296D692.2020201@css-class.com
19+
Open: Accepted
1820
----
1921
Issue 3.
2022
Summary: Typo in Example 1 in Section 2.2

default.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ span.note, span.issue {
240240
border-color: #E05252;
241241
background: #FBE9E9;
242242
counter-increment: issue;
243+
overflow: auto;
243244
}
244245

245246
.issue:before {
@@ -253,6 +254,7 @@ span.note, span.issue {
253254
.note, .why {
254255
border-color: #52E052;
255256
background: #E9FBE9;
257+
overflow: auto;
256258
}
257259

258260
.normref { color: red }
@@ -262,6 +264,7 @@ span.note, span.issue {
262264
.example {
263265
border-color: #E0CB52;
264266
background: #FCFAEE;
267+
overflow: auto;
265268
}
266269

267270
.example:before {

0 commit comments

Comments
 (0)