diff options
-rw-r--r-- | SoMA2/static/css/main.css | 9 | ||||
-rw-r--r-- | SoMA2/templates/base.html | 2 |
2 files changed, 6 insertions, 5 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%; diff --git a/SoMA2/templates/base.html b/SoMA2/templates/base.html index 442a45b..33b057a 100644 --- a/SoMA2/templates/base.html +++ b/SoMA2/templates/base.html @@ -36,7 +36,7 @@ <!-- /#banner --> <div class="LaunchyardDetail"> <p> - <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> + <!-- <img src="{{ SITEURL }}/theme/images/blue-pin.png" width="100" height="100" alt="Graph icon"> --> <br/> <a id="sitesubtitle" href="{{ SITEURL }}/">{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}</a> <br/> |