diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-12-22 15:31:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-12-22 15:31:54 +0000 |
commit | 8f226513b4f5a7e4dd559888df0b9bb69b9f8cb6 (patch) | |
tree | 9a594374424ef203ea6a9b218e1ef60aa0a072b0 | |
parent | d26711ec7f43e59aeeaed55df4b8257f3b620e1e (diff) | |
download | brdo-8f226513b4f5a7e4dd559888df0b9bb69b9f8cb6.tar.gz brdo-8f226513b4f5a7e4dd559888df0b9bb69b9f8cb6.tar.bz2 |
- Removed the "img { border: 0; }"s from the CSS files as this is now part of
drupal.css.
-rw-r--r-- | themes/chameleon/default.css | 3 | ||||
-rw-r--r-- | themes/chameleon/marvin.css | 3 | ||||
-rw-r--r-- | themes/marvin/marvin.css | 3 | ||||
-rw-r--r-- | themes/xtemplate/xtemplate.css | 3 |
4 files changed, 0 insertions, 12 deletions
diff --git a/themes/chameleon/default.css b/themes/chameleon/default.css index 472bb96ff..c33c46f12 100644 --- a/themes/chameleon/default.css +++ b/themes/chameleon/default.css @@ -34,9 +34,6 @@ pre { li { padding-bottom: .3em; } -img { - border: 0; -} h1, h2, h3, h4, h5, h6 { margin-bottom: .25em; } diff --git a/themes/chameleon/marvin.css b/themes/chameleon/marvin.css index 4a2403057..bf55aef86 100644 --- a/themes/chameleon/marvin.css +++ b/themes/chameleon/marvin.css @@ -27,9 +27,6 @@ p { margin: 0 1em 1em 0; padding: 0; } -img { - border-width: 0; -} table { font-size: 1em; } diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css index c1a05e6b8..f66760372 100644 --- a/themes/marvin/marvin.css +++ b/themes/marvin/marvin.css @@ -36,9 +36,6 @@ p { margin: 0 1em 1em 0; padding: 0; } -img { - border-width: 0; -} table { font-size: 1em; } diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css index 58b6ee57e..a92866ffb 100644 --- a/themes/xtemplate/xtemplate.css +++ b/themes/xtemplate/xtemplate.css @@ -52,9 +52,6 @@ p { margin: 0 0 .5em 0; padding: 0; } -img { - border-width: 0; -} pre { background-color: #eee; padding: 0.75em 1.5em; |