hgbook

diff web/styles.css @ 597:e0d9eb01e4c2

Remove references to RWH.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 23:05:28 2009 -0700 (2009-03-26)
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	Thu Mar 26 23:05:28 2009 -0700
     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  }