File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : 4 em ; text-align : right ; }
3232 </ style >
3333
3434 < body >
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
Original file line number Diff line number Diff line change 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 : 4 em ; text-align : right ; }
2828 </ style >
2929</ head > < body >
3030
You can’t perform that action at this time.
0 commit comments