hgbook

changeset 914:a9e6eca8bfc5

Adjust the footer style.
author dukebody <dukebody@gmail.com>
date Tue Oct 27 00:32:34 2009 +0100 (2009-10-27)
parents f9b08e149131
children fe9ee05ed4d5
files web/support/styles/styles.css
line diff
     1.1 --- a/web/support/styles/styles.css	Tue Oct 27 00:18:57 2009 +0100
     1.2 +++ b/web/support/styles/styles.css	Tue Oct 27 00:32:34 2009 +0100
     1.3 @@ -259,25 +259,27 @@
     1.4    color: darkred;
     1.5  }
     1.6  
     1.7 -.hgfooter {
     1.8 +.hgbookfooter {
     1.9    width: 60em;
    1.10    margin-left: auto;
    1.11    margin-right: auto;
    1.12    margin-top: 2em;
    1.13 +  padding: 2em;
    1.14    margin-bottom: 2em;
    1.15    font-size: 80%;
    1.16    color: #727272;
    1.17 -}
    1.18 -
    1.19 -.hgfooter a {
    1.20 +  border-top: 1px solid grey;
    1.21 +}
    1.22 +
    1.23 +.hgbookfooter a {
    1.24    color: #5555ff;
    1.25  }
    1.26  
    1.27 -.hgfooter a:visited {
    1.28 +.hgbookfooter a:visited {
    1.29    opacity: 0.7;
    1.30  }
    1.31  
    1.32 -.hgfooter img {
    1.33 +.hgbookfooter img {
    1.34    vertical-align: -45%;
    1.35  }
    1.36