summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/xtemplate/xtemplate.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/themes/xtemplate/xtemplate.css b/themes/xtemplate/xtemplate.css
index 0b3f5c821..67ee4fe6e 100644
--- a/themes/xtemplate/xtemplate.css
+++ b/themes/xtemplate/xtemplate.css
@@ -4,10 +4,8 @@ body {
color: #000000;
background-color: #fff;
font-family: verdana, arial, helvetica, sans-serif;
- width: 100%;
-}
-body {
font-size: 82%;
+ width: 100%;
}
tr.dark {
background-color: #ddd;
@@ -169,3 +167,15 @@ table .comment {
.block .content, .box .content {
font-size: 0.9em/1.1em;
}
+#tracker th {
+ text-align: left;
+ border-bottom: 1px solid #ddd;
+}
+#tracker tr.light, #tracker tr.dark {
+ background-color: #fff;
+}
+#tracker td {
+ vertical-align: top;
+ padding: 10px 10px 10px 0;
+ border-bottom: 1px solid #ddd;
+}