From 44d44f786e1969f7b0a51031b15a95c67b051dc7 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Thu, 21 May 2015 16:33:00 -0500 Subject: [PATCH] update ng/css/gogs.css for the new repo icon the icon was oversized and running out of the "button", the resizing centers it vertically and fits better with the rest of the similar content --- public/ng/css/gogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index 67bc7bb30..711719b66 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -866,7 +866,7 @@ ol.linenums { border-top-right-radius: .3em; } #dashboard-new-repo .octicon { - font-size: 2em; + font-size: 1.5rem; } #dashboard-new-repo-menu { top: 33px;