summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/xtemplate/pushbutton/xtemplate.css21
1 files changed, 13 insertions, 8 deletions
diff --git a/themes/xtemplate/pushbutton/xtemplate.css b/themes/xtemplate/pushbutton/xtemplate.css
index e7c6dc5dc..05f9a25e9 100644
--- a/themes/xtemplate/pushbutton/xtemplate.css
+++ b/themes/xtemplate/pushbutton/xtemplate.css
@@ -42,11 +42,6 @@ h2 {
h3, h4, h5, h6 {
font-size: 1em;
}
-p, li {
- text-align: left;
- font-size: 0.85em;
- line-height: 1.3;
-}
a {
text-decoration: none;
font-weight: bold;
@@ -66,7 +61,7 @@ fieldset {
border: 1px solid #ccc;
}
p {
- margin: 0 0 .5em 0;
+ margin: 0 0 1.3em 0;
padding: 0;
}
blockquote {
@@ -75,8 +70,8 @@ blockquote {
margin: 25px 100px 25px 50px;
color: #696969;
text-align: left;
- font-size: 1.01em;
- line-height: 1.3;
+ font-size: 1.2em;
+ line-height: 1.3em;
font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
}
pre {
@@ -227,6 +222,16 @@ td#secondary-links {
#sidebar-left li, #sidebar-right li {
font-size: 1em;
}
+.node .content {
+ text-align: left;
+ font-size: 0.85em;
+ line-height: 1.3;
+}
+.comment .content {
+ text-align: left;
+ font-size: 0.85em;
+ line-height: 1.3;
+}
#footer-message {
padding: 15px 100px 30px 100px;
font-size: 0.85em;