diff options
author | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 17:50:28 +0200 |
---|---|---|
committer | Scott Kensell <scott.kensell@prezi.com> | 2014-05-30 17:50:28 +0200 |
commit | 103b14b4624ae6b9766fab880df2eaee21e2eb77 (patch) | |
tree | 7053a0c0be83a498e38238d5b28a56ed0000a8d9 /SoMA2/static/css | |
parent | a9ca9e762e19cab2f8ce769ba897d02cf406c428 (diff) | |
download | pelican-themes-103b14b4624ae6b9766fab880df2eaee21e2eb77.tar.gz |
Got rid of image on side in favor of subtitle.
Diffstat (limited to 'SoMA2/static/css')
-rw-r--r-- | SoMA2/static/css/main.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/SoMA2/static/css/main.css b/SoMA2/static/css/main.css index db58f77..3fd5f80 100644 --- a/SoMA2/static/css/main.css +++ b/SoMA2/static/css/main.css @@ -57,7 +57,7 @@ h1 a:hover { /* Paragraphs */ p {margin-bottom: 1.143em; color:#333 ; font-size:1.6em} -pre {margin-bottom: 1.143em; font-size:1.6em} +pre {margin-bottom: 1.143em; padding: 4px; font-size:1.6em} strong, b {font-weight: bold; color: #333;} em, i {font-style: italic;} @@ -91,7 +91,7 @@ ol { .LaunchyardDetail p { margin:0; - margin-bottom: 7em; + margin-bottom: 3em; text-align: center; font-size:.9em; } @@ -114,8 +114,9 @@ ol { .LaunchyardDetail a#sitesubtitle { text-decoration: none; - font-size: 1.5em; - color: black; + font-size: 3.5em; + font-weight: bold; + color: #4896DF; } .post-info { width: 100%; |