hgbook

changeset 909:0b3de6304f0a

Move equations commenttogle to the right and remove link hover hilighting.
author dukebody <dukebody@gmail.com>
date Mon Oct 26 21:23:58 2009 +0100 (2009-10-26)
parents b25f69ea9d4c
children 5d10677c3dbd
files web/support/styles/styles.css
line diff
     1.1 --- a/web/support/styles/styles.css	Mon Oct 26 21:15:33 2009 +0100
     1.2 +++ b/web/support/styles/styles.css	Mon Oct 26 21:23:58 2009 +0100
     1.3 @@ -13,10 +13,6 @@
     1.4    opacity: 0.7;
     1.5  }
     1.6  
     1.7 -a:hover, a:active {
     1.8 -  border-bottom: 1px solid #aaaaaa;
     1.9 -}
    1.10 -
    1.11  .book, .preface, .chapter, .appendix, .bibliography, .basetemplate {
    1.12    background: white;
    1.13    padding: 2em;
    1.14 @@ -284,3 +280,8 @@
    1.15  .hgfooter img {
    1.16    vertical-align: -45%;
    1.17  }
    1.18 +
    1.19 +table.equation a.commenttoggle {
    1.20 +  text-align: right;
    1.21 +  display: block;
    1.22 +}