hgbook
diff web/support/styles/styles.css @ 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 | 5e63e72aed10 |
children | 5d10677c3dbd |
line diff
1.1 --- a/web/support/styles/styles.css Mon Oct 26 14:46:22 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 +}