aboutsummaryrefslogtreecommitdiffstats
path: root/default.css
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2010-12-11 23:12:33 +0100
committerStefan Kangas <stefankangas@gmail.com>2010-12-11 23:12:33 +0100
commita64e1ad67667390e7054940753a98fab0753af58 (patch)
tree1d41dc38514629bd1ab3e225bcec534ccfd2a72e /default.css
parentd04132475b7335c78e52a034688391ef73d93aeb (diff)
Improve styling of tables.
Diffstat (limited to 'default.css')
-rw-r--r--default.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/default.css b/default.css
index 633de03..79b1889 100644
--- a/default.css
+++ b/default.css
@@ -47,6 +47,15 @@ li
margin-left: 18px;
margin-bottom: 0.5em;
}
+table
+{
+ margin-left: 1.8em;
+}
+td
+{
+ font-size: 0.8em;
+ padding-right: 0.5em;
+}
code {
background: url(img/bgcode.gif);
border: 1px dotted #AAA;