From 8d82338e1e126bdf5d444e589d0409fe92ab1fa0 Mon Sep 17 00:00:00 2001 From: snipe Date: Fri, 29 Nov 2013 05:20:49 -0500 Subject: [PATCH] Remove underline from stats blocks --- public/assets/css/compiled/layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/assets/css/compiled/layout.css b/public/assets/css/compiled/layout.css index ef475a2a42..b20bfe8af4 100644 --- a/public/assets/css/compiled/layout.css +++ b/public/assets/css/compiled/layout.css @@ -8,6 +8,11 @@ body { /*-webkit-font-smoothing: antialiased;*/ } + +#main-stats a:hover { +text-decoration: none; +} + h1, h2, h3, h4, h5 { margin: 0; line-height: inherit;