[Blueprint] Fixed clipping of ordinals for IE in an ordered list.

Port of blueprint commit 016c9114f1aa91f84c3d68f3be9a97a114334d84
This commit is contained in:
Chris Eppstein 2009-11-24 09:46:24 -08:00
parent 19ceefe899
commit 43c19f7315
2 changed files with 6 additions and 6 deletions

View File

@ -56,8 +56,6 @@
=blueprint-ie-defaults
.container
text-align: left
ol
margin-left: 2em
sup
vertical-align: text-top
sub

View File

@ -125,13 +125,15 @@
white-space: pre
pre, code, tt
+fixed-width-text
li ul, li ol
margin: 0 1.5em
li
ul, ol
margin: 0
ul, ol
margin: 0 1.5em 1.5em 0
padding-left: 3.333em
ul
margin: 0 1.5em 1.5em 1.5em
list-style-type: disc
ol
margin: 0 1.5em 1.5em 1.5em
list-style-type: decimal
dl
margin: 0 0 1.5em 0