summaryrefslogtreecommitdiff
path: root/tests/src/media.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-30 09:12:57 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-30 09:12:57 +0100
commit8c893b79d230cc844226bdf3b1de95cd5a99ecb2 (patch)
treef8e6e1df519c9b85bd16bdc31f1ae6a3b16ce6e7 /tests/src/media.css
parent1978ae97a5e0feb8d205c5fcbaa2cc16ce3ffc28 (diff)
Branching off for release 1.0
Diffstat (limited to 'tests/src/media.css')
-rw-r--r--tests/src/media.css22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/src/media.css b/tests/src/media.css
deleted file mode 100644
index 24eacc8a1..000000000
--- a/tests/src/media.css
+++ /dev/null
@@ -1,22 +0,0 @@
-.ReadMsgBody{width: 100%;}
-.ExternalClass{width: 100%;}
-div, p, a, li, td { -webkit-text-size-adjust:none; }
-@media (max-width: 450px){
- table[class=w600], td[class=w600], table[class=w540], td[class=w540], img[class=w600]{ width:100% !important; }
- table[class=w30], td[class=w30]{ width:20px !important; }
- .pict img {max-width:260px; height:auto !important;}
-}
-@media (min-width: 450px) and (max-width: 600px){
- table[class=w600], td[class=w600], table[class=w540], td[class=w540], img[class=w600]{ width:100% !important; }
- table[class=w30], td[class=w30]{ width:20px !important; }
- .pict img {max-width:410px; height:auto !important;}
-}
-@media (min-width:600px){
- body {width:600px !important; margin:auto !important;}
- .pict img {max-width:540px !important; height:auto !important;}
-}
-h1{ font-weight:bold; font-size:14px;color:#3c3c3c ;margin:0px; }
-h2{ color:#8DB048 ; font-size:14px; font-weight:bold; margin-top:20px; border-bottom:1px solid #d6d6d6; padding-bottom:4px; }
-h3{ color:#7e7e7e ; font-size:14px; font-weight:bold; margin:20px 0px 0px 0px; border-bottom:1px solid #d6d6d6; padding-bottom:0px 0px 4px 0px; }
-h4{ color:#8DB048 ; font-size:12px; font-weight:bold; margin:0px; padding:0px; }
-a:visited{cursor:pointer; color:#8DB048; text-decoration:none; border:none;}