hgbook
diff web/support/styles/styles.css @ 914:a9e6eca8bfc5
Adjust the footer style.
author | dukebody <dukebody@gmail.com> |
---|---|
date | Tue Oct 27 00:32:34 2009 +0100 (2009-10-27) |
parents | 67af12ba4e26 |
children | 0aaa70be1b13 |
line diff
1.1 --- a/web/support/styles/styles.css Tue Oct 27 00:15:51 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