summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-16 08:32:13 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-16 08:32:13 -0400
commitc1ceec45da8c600dea2b932127519c04484258d8 (patch)
tree38c20ad2edd3cab0c7eb0a7c7ced86ea8460b3ef /public
parentb162e565b3c2877d1991f905ccd1a3a567189ba6 (diff)
downloadgitea-c1ceec45da8c600dea2b932127519c04484258d8.tar.gz
gitea-c1ceec45da8c600dea2b932127519c04484258d8.zip
Fix mirror UI style and work on #475
Diffstat (limited to 'public')
-rw-r--r--public/ng/css/gogs.css2
-rw-r--r--public/ng/less/gogs/dashboard.less4
2 files changed, 2 insertions, 4 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 8f82e0af3a..db4aad2283 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -686,7 +686,7 @@ ol.linenums {
width: auto;
}
/*
-The dashboard page style
+ The dashboard page style
*/
#dashboard-header {
border-bottom: 1px solid #d6d6d6;
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;