diff options
Diffstat (limited to 'bh20simplewebuploader/static/blog.css')
-rw-r--r-- | bh20simplewebuploader/static/blog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bh20simplewebuploader/static/blog.css b/bh20simplewebuploader/static/blog.css index 3ee8c44..a9e83a4 100644 --- a/bh20simplewebuploader/static/blog.css +++ b/bh20simplewebuploader/static/blog.css @@ -7,7 +7,7 @@ h1,h2 { font-family: Lucida Sans Typewriter,Lucida Console,monaco,Bitstream Vera h2 { color: black; } h3,h4 { color: black; margin:0; } code { color: darkblue; } -body {font-family: Palatino, 'Palatino Linotype', serif; color:black; background-color:white; font-size: large } +body {font-family: Palatino, 'Palatino Linotype', serif; color:black; background-color:white; font-size: large; padding: 10px; } div.verbatim { margin: 30px; color: black; background-color: white; border-style:outset; font-family: palatino font, monospace; font-size:80%; font-weight:bold; } |