From def4f0cf5ba2172d0d57cb9e472d250d4d96fd59 Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Mon, 9 Dec 2013 18:02:21 -0500 Subject: [PATCH] Fix Downloads link spacing --- website/www/source/stylesheets/_components.less | 1 + 1 file changed, 1 insertion(+) diff --git a/website/www/source/stylesheets/_components.less b/website/www/source/stylesheets/_components.less index caa011727..d38d27e2e 100644 --- a/website/www/source/stylesheets/_components.less +++ b/website/www/source/stylesheets/_components.less @@ -108,6 +108,7 @@ color: @docs-blue; text-decoration: none; border-bottom: 1px solid @docs-blue; + margin-left: 3px; &:hover { color: darken(@blue, 10%);