diff options
Diffstat (limited to 'userContent')
-rw-r--r-- | userContent/theme/debian.css | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/userContent/theme/debian.css b/userContent/theme/debian.css index c192e636..ed819f94 100644 --- a/userContent/theme/debian.css +++ b/userContent/theme/debian.css @@ -30,34 +30,20 @@ hr { color:#d70751; background-color:#d70751; height:2px; - margin: 0px; - padding: 0px; + margin: 3px; + padding: 3px; } em { font-weight: bold; } -p.note { - font-family: sans-serif; - color: #900; - text-align: center; - padding: 5px; - font-size: 11px; - font-weight: normal; -} - -div.c1 {text-align: center} - p.text { font-family: sans-serif; - padding: 5px; font-weight: normal; } body { - padding: 0px; - margin: 0px; font-family: sans-serif; font-size: 90%; color: #000000; |