[Blueprint] Fixed clipping of ordinals for IE in an ordered list.
Port of blueprint commit 016c9114f1aa91f84c3d68f3be9a97a114334d84
This commit is contained in:
parent
19ceefe899
commit
43c19f7315
@ -56,8 +56,6 @@
|
|||||||
=blueprint-ie-defaults
|
=blueprint-ie-defaults
|
||||||
.container
|
.container
|
||||||
text-align: left
|
text-align: left
|
||||||
ol
|
|
||||||
margin-left: 2em
|
|
||||||
sup
|
sup
|
||||||
vertical-align: text-top
|
vertical-align: text-top
|
||||||
sub
|
sub
|
||||||
|
@ -125,13 +125,15 @@
|
|||||||
white-space: pre
|
white-space: pre
|
||||||
pre, code, tt
|
pre, code, tt
|
||||||
+fixed-width-text
|
+fixed-width-text
|
||||||
li ul, li ol
|
li
|
||||||
margin: 0 1.5em
|
ul, ol
|
||||||
|
margin: 0
|
||||||
|
ul, ol
|
||||||
|
margin: 0 1.5em 1.5em 0
|
||||||
|
padding-left: 3.333em
|
||||||
ul
|
ul
|
||||||
margin: 0 1.5em 1.5em 1.5em
|
|
||||||
list-style-type: disc
|
list-style-type: disc
|
||||||
ol
|
ol
|
||||||
margin: 0 1.5em 1.5em 1.5em
|
|
||||||
list-style-type: decimal
|
list-style-type: decimal
|
||||||
dl
|
dl
|
||||||
margin: 0 0 1.5em 0
|
margin: 0 0 1.5em 0
|
||||||
|
Loading…
Reference in New Issue
Block a user