diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-13 02:09:55 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-13 02:09:55 -0400 |
commit | 18ba14913746c6c436c4632bdc9174ecfcd59dda (patch) | |
tree | 64868aa90dbc3cdc8c093c44ee067c4783d59fec /public/css/gogs.css | |
parent | ea765d25e21a5e2ff67ff39891962f5f23facda8 (diff) | |
parent | a8d8e7256249cb280b39d114dd6d6eadd4fec187 (diff) |
Merge branch 'master' of github.com:gogits/gogs
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 3d8dc3fd..a44d4a93 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; |