From 39e1ae0a6ab62e63defca6d1ed2a3a2999a4f4ce Mon Sep 17 00:00:00 2001 From: Daniel Brooker Date: Mon, 25 Aug 2014 10:13:57 +1200 Subject: [PATCH] move javascript icon up slightly --- stylesheets/icons.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/icons.less b/stylesheets/icons.less index 4f9e23ca..162071c3 100644 --- a/stylesheets/icons.less +++ b/stylesheets/icons.less @@ -40,7 +40,7 @@ .mf { font-family: "FontMfizz"; font-size: small; text-align: center; } -.js-icon { .mf; content: "\f148"; } +.js-icon { .mf; content: "\f148"; top: 0px; } .node-icon { .mf; content: "\f14c"; font-size: medium; } .python-icon { .mf; content: "\f109"; } // .c-icon { .mf; content: "\f10e"; }