From: Michael M Slusarz Date: Mon, 28 Sep 2009 02:11:04 +0000 (-0600) Subject: Remove unused classes. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6504cf7d80e1045299e2adb17408e4a28de1e8e6;p=horde.git Remove unused classes. --- 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;