diff options
-rw-r--r-- | default.css | 9 |
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;
|