# HG changeset patch # User dukebody # Date 1256599954 -3600 # Node ID a9e6eca8bfc5f4503a2b8bfabbab7dfc5f216947 # Parent f9b08e149131e7c0d1815dbabaeb8eb2591e8204 Adjust the footer style. diff -r f9b08e149131 -r a9e6eca8bfc5 web/support/styles/styles.css --- a/web/support/styles/styles.css Tue Oct 27 00:18:57 2009 +0100 +++ b/web/support/styles/styles.css Tue Oct 27 00:32:34 2009 +0100 @@ -259,25 +259,27 @@ color: darkred; } -.hgfooter { +.hgbookfooter { width: 60em; margin-left: auto; margin-right: auto; margin-top: 2em; + padding: 2em; margin-bottom: 2em; font-size: 80%; color: #727272; -} - -.hgfooter a { + border-top: 1px solid grey; +} + +.hgbookfooter a { color: #5555ff; } -.hgfooter a:visited { +.hgbookfooter a:visited { opacity: 0.7; } -.hgfooter img { +.hgbookfooter img { vertical-align: -45%; }