Remove unused classes.
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 28 Sep 2009 02:11:04 +0000 (20:11 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 28 Sep 2009 03:38:37 +0000 (21:38 -0600)
imp/themes/ie6_or_less-dimp.css
imp/themes/ie6_or_less.css
imp/themes/ie7-dimp.css
imp/themes/ie7.css
imp/themes/rtl.css

index fbab1f6..58bd921 100644 (file)
@@ -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;
index d16bf34..1707fbb 100644 (file)
@@ -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;
index 1217dfc..1b9e2f2 100644 (file)
@@ -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;
index 77bad4f..856791a 100644 (file)
@@ -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;
index 2947a52..60cd056 100644 (file)
     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;