diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 4 | ||||
-rw-r--r-- | public/stylesheets/main.css | 11 |
2 files changed, 8 insertions, 7 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 5783b58f1..2e2ab15fb 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -76,11 +76,11 @@ </div> </div> - <p id="footer"> + <div id="footer"> Built by <a href="http://www.mysociety.org/">mySociety</a> ... and you. <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/foi">Get the source code</a> (is on Rails). Dedicated to <a href="http://mk.ucant.org/archives/000129.html">Chris Lightfoot</a>. - </p> + </div> </body> </html> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index f41fe9efe..2fdfdcd70 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -224,7 +224,7 @@ body width: 50em; /* = 800px at default size? so 1em = 16px*/ text-align: left; - border-color: #FF0B16; + overflow: auto; } /*------------------------------------------------ content */ @@ -233,7 +233,6 @@ body { position: relative; padding: 1em 1em 1em 1em; - } h1, h2, h3 @@ -779,13 +778,15 @@ div#about_sidebar #footer { + position: relative; clear: both; width: 100%; + margin: 120px 0 0 0; + padding: 0.5em 0 0.5em 0; + font-size: 0.85em; + height: 2em; background-color: #F0F0F0; border-color: #993233; border-width: 3px 0 0 0; border-style: solid; - margin: 100px 0 0 0; - padding: 0.5em 0 0.5em 0; - font-size: 0.85em; } |