From ef410ee3e1b9e74ddf4363129ce92c93065e3083 Mon Sep 17 00:00:00 2001 From: David Martel Date: Wed, 25 Mar 2015 22:21:21 -0400 Subject: [PATCH 1/2] Fix "Plus" icon size in dashboard --- 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..a323612d4 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: 20px; } #dashboard-new-repo-menu { top: 33px; From 2cd6cc11ee74a9396874204b54eb384266a54407 Mon Sep 17 00:00:00 2001 From: David Martel Date: Thu, 26 Mar 2015 19:32:08 -0400 Subject: [PATCH 2/2] Fix "Plus" icon size in dashboard (part 2) --- public/ng/less/gogs/dashboard.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index 62764c48a..f68fb95bf 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -159,7 +159,7 @@ padding-top: 6px; margin-right: 1px; .octicon { - font-size: 2em; + font-size: 20px; } border-top-left-radius: .3em; border-top-right-radius: .3em;