diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-13 14:08:49 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-13 14:08:49 +0800 |
commit | a8d8e7256249cb280b39d114dd6d6eadd4fec187 (patch) | |
tree | 453006dbb24bbe88da2c76c4e00017daf6aa2f28 /public/css/gogs.css | |
parent | 3005a0f13e8861c79e3ea84ce480124fbc3c181d (diff) | |
download | gitea-a8d8e7256249cb280b39d114dd6d6eadd4fec187.tar.gz gitea-a8d8e7256249cb280b39d114dd6d6eadd4fec187.zip |
single repository setting page ui
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 3d8dc3fddb..a44d4a9380 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -269,7 +269,7 @@ body { /* gogits user setting */ -#gogs-user-setting-nav > h4, #gogs-user-setting-container > h4, #gogs-ssh-keys > h4, #gogs-user-delete > h4 { +#gogs-user-setting-nav > h4, #gogs-user-setting-container > h4, #gogs-ssh-keys > h4, #gogs-user-delete > h4 ,#gogs-repo-setting-container .tab-pane > h4{ padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid #CCC; |