diff options
-rw-r--r-- | userContent/static/style.css | 2 | ||||
-rw-r--r-- | userContent/static/style_dbd.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/userContent/static/style.css b/userContent/static/style.css index d1f2f060..900ad7a4 100644 --- a/userContent/static/style.css +++ b/userContent/static/style.css @@ -10,7 +10,7 @@ body { font-size: 14px; line-height: 20px; color: #333333; - padding: 0.25em 0.5em; + padding: 0.25em 0.25em 0em 0.25em; margin: 0.25em 0.25em 0em 0.25em; } diff --git a/userContent/static/style_dbd.css b/userContent/static/style_dbd.css index fd21fce1..7c090d76 100644 --- a/userContent/static/style_dbd.css +++ b/userContent/static/style_dbd.css @@ -10,7 +10,7 @@ body { font-size: 13px; line-height: 16px; color: #333333; - padding: 0.25em 0.5em; + padding: 0em 0.25em 0em 0.25em; margin: 0.25em 0.25em 0em 0.25em; } @@ -24,7 +24,7 @@ body { border: outset #888 1px; background-color:rgba(0,0,0,.1); padding: 0.5em; - margin: 0.5em 0; + margin: 0.25em 0; } .comment { font-style: italic; |