summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-08-20 04:43:46 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-08-20 04:43:46 +0000
commit870cc816079328cea1295ae3e6242be1a2cb2fa2 (patch)
treefe3d977fd1b163121fe094f1bdee679a00fa6110 /themes
parent9cb5f7cdf8693dbe03e97217731109fe804d8cbd (diff)
downloadbrdo-870cc816079328cea1295ae3e6242be1a2cb2fa2.tar.gz
brdo-870cc816079328cea1295ae3e6242be1a2cb2fa2.tar.bz2
Tiny tweak to XTemplate CSS: the vertical padding at the bottom of a sticky post should be outside the gray sticky rectangle, not inside it.
Diffstat (limited to 'themes')
-rw-r--r--themes/xtemplate/default/xtemplate.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/xtemplate/default/xtemplate.css b/themes/xtemplate/default/xtemplate.css
index 8a73adefe..b165f3489 100644
--- a/themes/xtemplate/default/xtemplate.css
+++ b/themes/xtemplate/default/xtemplate.css
@@ -61,7 +61,7 @@ table {
color: #222;
}
.links {
- margin-bottom: 2em;
+ margin-bottom: 0em;
}
.comment .links {
margin-bottom: 0em;
@@ -204,7 +204,7 @@ table {
font-size: 1.1em;
}
.node {
- margin: .5em 0 1em 0;
+ margin: .5em 0 2em 0;
}
.sticky {
padding: .5em;