summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-06 16:49:32 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-06 16:49:32 +0000
commit8c73699dfc287c23213360144b5285e8bf63fffb (patch)
tree2fd19c4f8e0dcf7d0457a9bd6b7921327f5221a9
parent6f72a6bcaeb7bb606f2df2a63bc6a2c0394fff54 (diff)
downloadbrdo-8c73699dfc287c23213360144b5285e8bf63fffb.tar.gz
brdo-8c73699dfc287c23213360144b5285e8bf63fffb.tar.bz2
- Slightly increased padding of table elements.
-rw-r--r--themes/xtemplate/xtemplate.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index 02a5192d4..31d4af038 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -14,6 +14,9 @@ tr.dark {
tr.light {
background-color: #eee;
}
+td {
+ padding: 0.2em;
+}
h1 {
font-size: 1.2em;
}