diff options
author | lwm <luke.murphy@ammeon.com> | 2013-09-22 19:40:34 +0100 |
---|---|---|
committer | lwm <luke.murphy@ammeon.com> | 2013-09-22 19:48:52 +0100 |
commit | 4f4a9c18fd172760a22b31efeb00443a44f08c8f (patch) | |
tree | d4fda80e21bd108b6f215a6fe8cd2cb3e51a40bb /monospace/static/css/main.css | |
parent | 3197b676fe9e55fdd5b8ded77200117e62543fd2 (diff) | |
download | pelican-themes-4f4a9c18fd172760a22b31efeb00443a44f08c8f.tar.gz |
added tips to readme, fixed syntax highlighting for markdown
Diffstat (limited to 'monospace/static/css/main.css')
-rw-r--r-- | monospace/static/css/main.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/monospace/static/css/main.css b/monospace/static/css/main.css index 0e17313..1947c35 100644 --- a/monospace/static/css/main.css +++ b/monospace/static/css/main.css @@ -13,7 +13,6 @@ body { margin:0px; padding:20px 0px; text-align:center; font-family:Monospace; color:#585858; } a, a:visited { text-decoration:none; color:rgb(17, 170, 34); } a:hover { color:#FFF; background-color:#5353CB } -pre { overflow-x:scroll; } h1, h2, h3, h4, h5, h6, h7 { margin:0px; text-transform:uppercase; } h4, h5, h6 { font-size:14px; } h1 { padding:0px 0px 15px; margin:0px 0px 15px 0px; } |