Browse Source

Fix "Plus" icon size in dashboard (part 2)

master
David Martel 10 years ago
parent
commit
93ff2e31e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/ng/less/gogs/dashboard.less

+ 1
- 1
public/ng/less/gogs/dashboard.less View File

@@ -159,7 +159,7 @@
padding-top: 6px; padding-top: 6px;
margin-right: 1px; margin-right: 1px;
.octicon { .octicon {
font-size: 2em;
font-size: 20px;
} }
border-top-left-radius: .3em; border-top-left-radius: .3em;
border-top-right-radius: .3em; border-top-right-radius: .3em;


Loading…
Cancel
Save