summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-17 15:05:10 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-17 15:05:10 +0000
commit5272329fbc46206e4a8527026c0a8d33d2c0bc6e (patch)
tree480494d97d43a7b8eea28a4abacbc763bac183a2 /themes
parent29f443761f4dec428e7d98dafe6095f86ec89880 (diff)
downloadbrdo-5272329fbc46206e4a8527026c0a8d33d2c0bc6e.tar.gz
brdo-5272329fbc46206e4a8527026c0a8d33d2c0bc6e.tar.bz2
rollback of #197425 following on Steven Witten's discontent on how it looks in Garland
Diffstat (limited to 'themes')
-rw-r--r--themes/bluemarine/style-rtl.css7
-rw-r--r--themes/bluemarine/style.css8
-rw-r--r--themes/garland/style-rtl.css8
-rw-r--r--themes/garland/style.css10
4 files changed, 0 insertions, 33 deletions
diff --git a/themes/bluemarine/style-rtl.css b/themes/bluemarine/style-rtl.css
index 9c63297cd..ef3c46905 100644
--- a/themes/bluemarine/style-rtl.css
+++ b/themes/bluemarine/style-rtl.css
@@ -2,13 +2,6 @@
body {
direction: rtl;
}
-blockquote {
- padding: 0 15px 0 0;
- margin: 1.1em 35px 1.1em 40px;
- border-left-style: none;
- border-right-style: solid;
- border-right-width: 4px;
-}
#logo img {
float: right;
}
diff --git a/themes/bluemarine/style.css b/themes/bluemarine/style.css
index 9db6519af..c88def143 100644
--- a/themes/bluemarine/style.css
+++ b/themes/bluemarine/style.css
@@ -29,14 +29,6 @@ p {
margin-top: 0.5em;
margin-bottom: 0.9em;
}
-blockquote {
- padding: 0 0 0 15px; /* LTR */
- margin: 1.1em 40px 1.1em 35px; /* LTR */
- border-left-style: solid; /* LTR */
- border-left-width: 4px; /* LTR */
- border-color: #69c;
- font-style: italic;
-}
a {
text-decoration: none;
font-weight: bold;
diff --git a/themes/garland/style-rtl.css b/themes/garland/style-rtl.css
index f772ad6cf..791abf243 100644
--- a/themes/garland/style-rtl.css
+++ b/themes/garland/style-rtl.css
@@ -11,14 +11,6 @@ body {
direction: rtl;
}
-blockquote {
- padding: 0 15px 0 0;
- margin: 1.1em 35px 1.1em 40px;
- border-left-style: none;
- border-right-style: solid;
- border-right-width: 4px;
-}
-
ol li, ul li {
margin: 0.4em .5em 0.4em 0;
}
diff --git a/themes/garland/style.css b/themes/garland/style.css
index 396eafbb2..cc882fca8 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -71,16 +71,6 @@ p {
padding: 0;
}
-blockquote {
- padding: 0 0 0 15px; /* LTR */
- margin: 1.1em 40px 1.1em 35px; /* LTR */
- border-left-style: solid; /* LTR */
- border-left-width: 4px; /* LTR */
- /* Same as link color, keeps this colorable. */
- border-color: #027AC6;
- font-style: italic;
-}
-
a:link, a:visited {
color: #027AC6;
text-decoration: none;