Skip to content

Commit 1647e85

Browse files
committed
Styling tweak.
1 parent e2b6007 commit 1647e85

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
ol[start="0"] > li,
2929
ol.continue > li { position: relative; counter-increment: list; }
3030
ol[start="0"] > li::before,
31-
ol.continue > li::before { content: counter(list) "."; position: absolute; left: -1.5em; }
31+
ol.continue > li::before { content: counter(list) "."; position: absolute; left: -4.5em; width: 4em; text-align: right; }
3232
</style>
3333

3434
<body>
@@ -38,11 +38,11 @@
3838

3939
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
4040

41-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 16 May 2012</h2>
41+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 17 May 2012</h2>
4242

4343
<dl>
4444
<dt>This version:
45-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120516/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120516/</a>-->
45+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css3-flexbox-20120517/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120517/</a>-->
4646

4747

4848
<dd><a

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
ol[start="0"] > li,
2525
ol.continue > li { position: relative; counter-increment: list; }
2626
ol[start="0"] > li::before,
27-
ol.continue > li::before { content: counter(list) "."; position: absolute; left: -1.5em; }
27+
ol.continue > li::before { content: counter(list) "."; position: absolute; left: -4.5em; width: 4em; text-align: right; }
2828
</style>
2929
</head><body>
3030

0 commit comments

Comments
 (0)