From 43c19f7315615e514bf05646f85c3ebe7b3b90da Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 24 Nov 2009 09:46:24 -0800 Subject: [PATCH] [Blueprint] Fixed clipping of ordinals for IE in an ordered list. Port of blueprint commit 016c9114f1aa91f84c3d68f3be9a97a114334d84 --- .../blueprint/stylesheets/blueprint/_ie.sass | 2 -- .../blueprint/stylesheets/blueprint/_typography.sass | 10 ++++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass index f4f6b2ca..44d9f5e7 100644 --- a/lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass +++ b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_ie.sass @@ -56,8 +56,6 @@ =blueprint-ie-defaults .container text-align: left - ol - margin-left: 2em sup vertical-align: text-top sub diff --git a/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass index 6f230bfb..a244087a 100644 --- a/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass +++ b/lib/compass/frameworks/blueprint/stylesheets/blueprint/_typography.sass @@ -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