diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-16 08:32:13 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-16 08:32:13 -0400 |
commit | c1ceec45da8c600dea2b932127519c04484258d8 (patch) | |
tree | 38c20ad2edd3cab0c7eb0a7c7ced86ea8460b3ef /public/ng/less/gogs | |
parent | b162e565b3c2877d1991f905ccd1a3a567189ba6 (diff) | |
download | gitea-c1ceec45da8c600dea2b932127519c04484258d8.tar.gz gitea-c1ceec45da8c600dea2b932127519c04484258d8.zip |
Fix mirror UI style and work on #475
Diffstat (limited to 'public/ng/less/gogs')
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index afef60cfab..60aa807269 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -1,9 +1,7 @@ @import "../ui/var"; - /* -The dashboard page style + The dashboard page style */ - @dashboardHeaderBorderColor: #D6D6D6; @dashboardHeaderLinkColor: #444; @dashboardHeaderLinkHoverColor: #D9453D; |