Merge pull request #2616 from mwarkentin/patch-1

website/www: fix Downloads link spacing
This commit is contained in:
Mitchell Hashimoto 2013-12-09 15:04:37 -08:00
commit ea46109440
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
color: @docs-blue; color: @docs-blue;
text-decoration: none; text-decoration: none;
border-bottom: 1px solid @docs-blue; border-bottom: 1px solid @docs-blue;
margin-left: 3px;
&:hover { &:hover {
color: darken(@blue, 10%); color: darken(@blue, 10%);