# HG changeset patch # User dukebody # Date 1256588638 -3600 # Node ID 0b3de6304f0aac58ae4bec9febc8d6ad12cfb319 # Parent b25f69ea9d4cd829b752066d14c9905073396b94 Move equations commenttogle to the right and remove link hover hilighting. diff -r b25f69ea9d4c -r 0b3de6304f0a web/support/styles/styles.css --- a/web/support/styles/styles.css Mon Oct 26 21:15:33 2009 +0100 +++ b/web/support/styles/styles.css Mon Oct 26 21:23:58 2009 +0100 @@ -13,10 +13,6 @@ opacity: 0.7; } -a:hover, a:active { - border-bottom: 1px solid #aaaaaa; -} - .book, .preface, .chapter, .appendix, .bibliography, .basetemplate { background: white; padding: 2em; @@ -284,3 +280,8 @@ .hgfooter img { vertical-align: -45%; } + +table.equation a.commenttoggle { + text-align: right; + display: block; +}