Skip to content

Commit fd173e0

Browse files
committed
[css-writing-modes] 6.3 Line-relative directions editorial suggestion: add more spaces between two figuers <http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl>
1 parent 95c65ab commit fd173e0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

css-writing-modes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
.sidebar .figure { margin: 1em; }
1616
.sidebar object { margin: 0 auto; display: block; }
1717
.figurepair { display: table; margin: 1em auto; }
18-
.figurepair .figure { display: table-cell; }
18+
.figurepair .figure { display: table-cell; padding-left: .5em; padding-right: .5em; }
1919
h2, .example { clear: both; }
2020
.figure img,
2121
.figure object,

css-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>CSS Writing Modes Level 3</h1>
3737
.sidebar .figure { margin: 1em; }
3838
.sidebar object { margin: 0 auto; display: block; }
3939
.figurepair { display: table; margin: 1em auto; }
40-
.figurepair .figure { display: table-cell; }
40+
.figurepair .figure { display: table-cell; padding-left: .5em; padding-right: .5em; }
4141
h2, .example { clear: both; }
4242
.figure img,
4343
.figure object,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Issue 10.
6666
Summary: 6.3 Line-relative directions editorial suggestion: add more spaces between two figuers
6767
From: cewcathar@hotmail.com
6868
Comment: http://www.w3.org/mid/BLU174-W409D4099EDCD4ED53E28ACB3C60@phx.gbl
69-
Open:
69+
Open: Accepted
7070
----
7171
Issue 11.
7272
Summary: 7.3.2 editorial suggestion: it might be nice to have an image here of a not so well formatted t-shaped document, and also one of..

0 commit comments

Comments
 (0)