summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-03-29 18:41:00 +0000
committerDries Buytaert <dries@buytaert.net>2004-03-29 18:41:00 +0000
commit8ec1d600716f506af870cccd642a04e35e8cada3 (patch)
tree093d7b0e14fb9cc51d2f69feb90fc204ada2e9ac
parent6e4d93b943d626d72a4fdb23384fde43a5c436d6 (diff)
downloadbrdo-8ec1d600716f506af870cccd642a04e35e8cada3.tar.gz
brdo-8ec1d600716f506af870cccd642a04e35e8cada3.tar.bz2
- Patch 6771 by MegaGrunt: blockquote improvements.
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css
index 6ef78e9b3..e7c6dc5dc 100644
--- a/themes/xtemplate/pushbutton/xtemplate.css
+++ b/themes/xtemplate/pushbutton/xtemplate.css
@@ -69,6 +69,16 @@ p {
margin: 0 0 .5em 0;
padding: 0;
}
+blockquote {
+ border-left: 4px solid #69c;
+ padding: 0 15px 0 15px;
+ margin: 25px 100px 25px 50px;
+ color: #696969;
+ text-align: left;
+ font-size: 1.01em;
+ line-height: 1.3;
+ font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
+}
pre {
background-color: #eee;
padding: 0.75em 1.5em;