diff static/css/base.css @ 343:cfad8d605cb8

Fixing #157; added goto the top of page intra-page links on forums and yahoo group templates.
author Brian Neal <bgneal@gmail.com>
date Sun, 27 Feb 2011 22:12:18 +0000
parents 871a54546808
children 7eed448b399c
line wrap: on
line diff
--- a/static/css/base.css	Sun Feb 27 01:58:49 2011 +0000
+++ b/static/css/base.css	Sun Feb 27 22:12:18 2011 +0000
@@ -405,3 +405,6 @@
    margin-top: 3px;
    margin-bottom: 3px;
 }
+a.intra {
+ text-decoration: none;
+}