From 6504cf7d80e1045299e2adb17408e4a28de1e8e6 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 27 Sep 2009 20:11:04 -0600 Subject: [PATCH] Remove unused classes. --- imp/themes/ie6_or_less-dimp.css | 5 ----- imp/themes/ie6_or_less.css | 5 ----- imp/themes/ie7-dimp.css | 5 ----- imp/themes/ie7.css | 5 ----- imp/themes/rtl.css | 6 ------ 5 files changed, 26 deletions(-) diff --git a/imp/themes/ie6_or_less-dimp.css b/imp/themes/ie6_or_less-dimp.css index fbab1f614..58bd921a3 100644 --- a/imp/themes/ie6_or_less-dimp.css +++ b/imp/themes/ie6_or_less-dimp.css @@ -63,11 +63,6 @@ div.vpRow { background: none; } -/* Fixes li & ol list numbering issues in HTML messages. */ -.htmlMessage ul li, .htmlMessage ol li { - margin-left: 2em; -} - /* Fixes broken inline-block. */ div.msgStatus div, #msgHeadersContent .subject span, span.iconImg, span.contextImg, span.spellcheckPopdownImg, #quicksearch span { zoom: 1; diff --git a/imp/themes/ie6_or_less.css b/imp/themes/ie6_or_less.css index d16bf3401..1707fbbbf 100644 --- a/imp/themes/ie6_or_less.css +++ b/imp/themes/ie6_or_less.css @@ -2,11 +2,6 @@ * CSS corrections for IE 6 or below. */ -/* Fixes li & ol list numbering issues in HTML messages. */ -.htmlMessage ul li, .htmlMessage ol li { - margin-left: 2em; -} - /* Fixes broken inline-block. */ div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo, .mimeStatusMessage { zoom: 1; diff --git a/imp/themes/ie7-dimp.css b/imp/themes/ie7-dimp.css index 1217dfc2f..1b9e2f2b6 100644 --- a/imp/themes/ie7-dimp.css +++ b/imp/themes/ie7-dimp.css @@ -48,11 +48,6 @@ form#compose { text-decoration: underline; } -/* Fixes li & ol list numbering issues in HTML messages. */ -.htmlMessage ul li , .htmlMessage ol li { - margin-left: 2em; -} - /* Fixes broken inline-block. */ div.msgStatus div, #msgHeadersContent .subject span, span.iconImg, span.contextImg, span.spellcheckPopdownImg, #quicksearch span { zoom: 1; diff --git a/imp/themes/ie7.css b/imp/themes/ie7.css index 77bad4f0b..856791a5f 100644 --- a/imp/themes/ie7.css +++ b/imp/themes/ie7.css @@ -2,11 +2,6 @@ * CSS corrections for IE 7. */ -/* Fixes li & ol list numbering issues in HTML messages. */ -.htmlMessage ul li, .htmlMessage ol li { - margin-left: 2em; -} - /* Fixes broken inline-block. */ div.msgflags, span.spellcheckPopdownImg, span.treeImg, .downloadAtc, .downloadZipAtc, .saveImgAtc, .stripAtc, span.mimePartInfo, .mimeStatusMessage { zoom: 1; diff --git a/imp/themes/rtl.css b/imp/themes/rtl.css index 2947a52bd..60cd05673 100644 --- a/imp/themes/rtl.css +++ b/imp/themes/rtl.css @@ -30,12 +30,6 @@ clear: right; } -/* Based on the Mozilla default defintions */ -.htmlMessage blockquote[type="cite"] { - padding-left: 0; - padding-right: 1em; -} - /* Pad the addressbook icon in header compose links. */ .msgheader img { padding: 1px 2px 1px 1px; -- 2.11.0