diff options
-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; |