Browse Source

Fix "Plus" icon size in dashboard

master
David Martel 10 years ago
parent
commit
44ea3d9065
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/ng/css/gogs.css

+ 1
- 1
public/ng/css/gogs.css View File

@@ -866,7 +866,7 @@ ol.linenums {
border-top-right-radius: .3em; border-top-right-radius: .3em;
} }
#dashboard-new-repo .octicon { #dashboard-new-repo .octicon {
font-size: 2em;
font-size: 20px;
} }
#dashboard-new-repo-menu { #dashboard-new-repo-menu {
top: 33px; top: 33px;


Loading…
Cancel
Save