aboutsummaryrefslogtreecommitdiff
path: root/public/ng/css
diff options
context:
space:
mode:
authorfuxiaohei <fuxiaohei@vip.qq.com>2014-09-27 17:08:57 +0800
committerfuxiaohei <fuxiaohei@vip.qq.com>2014-09-27 17:08:57 +0800
commitdccc50e9d4d217cea91d76f17fa60bf5c0a6fb03 (patch)
tree5f118da4b713017a30885126819c4221daf0af89 /public/ng/css
parentad2ab6d21496e60e7589c44bdfcc15bba01ae9dd (diff)
template and ui fix
Diffstat (limited to 'public/ng/css')
-rw-r--r--public/ng/css/gogs.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index dbaa3db1..7116afc0 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -709,6 +709,7 @@ ol.linenums {
#dashboard-header {
border-bottom: 1px solid #d6d6d6;
height: 69px;
+ background-color: #FFF;
}
#dashboard-header > .menu-line > li {
padding: 12px 6px;
@@ -824,6 +825,11 @@ ol.linenums {
#dashboard-my-repo .repo-contrib-header {
border-top: 1px solid #d6d6d6;
}
+#dashboard-my-mirror .panel-header,
+#dashboard-my-org .panel-header,
+#dashboard-my-repo .panel-header {
+ font-size: 14px;
+}
#dashboard-my-repo .panel-header .octicon {
margin-right: 6px;
font-size: 12px;
@@ -1244,7 +1250,8 @@ The register and sign-in page style
font-weight: normal;
color: #888;
}
-#repo-readme {
+#repo-readme,
+#repo-read-file {
margin-bottom: 80px;
}
#repo-bare-start {