aboutsummaryrefslogtreecommitdiff
path: root/public/ng/less/gogs
diff options
context:
space:
mode:
authorlunnyxiao <xiaolunwen@gmail.com>2014-09-17 12:04:18 +0800
committerlunnyxiao <xiaolunwen@gmail.com>2014-09-17 12:04:18 +0800
commit061a879cea39a1cce56dcb394b912fad50d7b77a (patch)
tree26e8c3d25da1b9d785421a6a02b7564798b2e8c4 /public/ng/less/gogs
parented84adb679f3de70b2bffaead20a87711c38ee3a (diff)
parent9f015b4c73806e65d3ca085b76723dc8cf41eb02 (diff)
Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts: conf/app.ini
Diffstat (limited to 'public/ng/less/gogs')
-rw-r--r--public/ng/less/gogs/dashboard.less4
-rw-r--r--public/ng/less/gogs/repository.less2
2 files changed, 2 insertions, 4 deletions
diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less
index afef60cf..60aa8072 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;
diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less
index 23d15650..c86cb7f0 100644
--- a/public/ng/less/gogs/repository.less
+++ b/public/ng/less/gogs/repository.less
@@ -95,7 +95,7 @@ background-color: @repoHeaderBgColor;
}
#repo-clone-url {
border-right: none;
- width: 200px;
+ width: 190px;
border-left: none;
}
#repo-clone-help {