Make the button CSS not underline its link text
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:11:50 +0000 (08:11 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 29 Jul 2011 13:11:50 +0000 (08:11 -0500)
mediagoblin/static/css/base.css

index 2073ecb875695dfc715250dd2cc09251d3667858..84eea9ca9ab287ef750eea7a295cb81244e3775c 100644 (file)
@@ -127,6 +127,7 @@ label {
   text-align:center;
   padding-left:11px;
   padding-right:11px;
+  text-decoration:none;
 }
 
 .pagination{