diff options
author | Pjotr Prins | 2020-07-18 09:28:03 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-07-18 09:28:36 +0100 |
commit | fe8129b37d8b6787920a21f9961316747b62fb30 (patch) | |
tree | cad53f7dcbfedd419b9a91254b5d887531fcbf86 /bh20simplewebuploader/static/blog.css | |
parent | 6e6afb4b6be3f2f2c1b8b56d85d8c2089f709d26 (diff) | |
download | bh20-seq-resource-fe8129b37d8b6787920a21f9961316747b62fb30.tar.gz bh20-seq-resource-fe8129b37d8b6787920a21f9961316747b62fb30.tar.lz bh20-seq-resource-fe8129b37d8b6787920a21f9961316747b62fb30.zip |
Updating stylesheets and about page after receiving feedback.
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; } |