summaryrefslogtreecommitdiff
path: root/themes/garland
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/garland
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/garland')
-rw-r--r--themes/garland/style-rtl.css8
-rw-r--r--themes/garland/style.css10
2 files changed, 0 insertions, 18 deletions
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;