hgbook
diff web/styles.css @ 994:c05663baf56b
merge with Bryan
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Sat Sep 12 16:01:16 2009 +0200 (2009-09-12) |
parents | 846a41c4fd46 |
children |
line diff
1.1 --- a/web/styles.css Tue Mar 10 21:58:22 2009 -0700 1.2 +++ b/web/styles.css Sat Sep 12 16:01:16 2009 +0200 1.3 @@ -269,7 +269,7 @@ 1.4 color: darkred; 1.5 } 1.6 1.7 -.rwhfooter { 1.8 +.hgfooter { 1.9 width: 60em; 1.10 margin-left: auto; 1.11 margin-right: auto; 1.12 @@ -279,14 +279,14 @@ 1.13 color: #727272; 1.14 } 1.15 1.16 -.rwhfooter a { 1.17 +.hgfooter a { 1.18 color: #5555ff; 1.19 } 1.20 1.21 -.rwhfooter a:visited { 1.22 +.hgfooter a:visited { 1.23 opacity: 0.7; 1.24 } 1.25 1.26 -.rwhfooter img { 1.27 +.hgfooter img { 1.28 vertical-align: -45%; 1.29 }