diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-04-12 12:47:35 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-04-12 12:47:35 +0800 |
commit | b057cffd85746363a5279e9178721f8418294d65 (patch) | |
tree | 2952b3be6f4526b6303b819849afb3770b0d874a /public/css | |
parent | d305448fa802a91ba81af1b78294f1658bcf834c (diff) | |
download | gitea-b057cffd85746363a5279e9178721f8418294d65.tar.gz gitea-b057cffd85746363a5279e9178721f8418294d65.zip |
fix logo ui, add following ui in user-profile page
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 634548b8c8..8be2bc4e72 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -74,6 +74,7 @@ html, body { padding-left: 0; padding-right: 0; margin-right: 10px; + margin-top: 0; } .nav-item:hover, @@ -310,6 +311,22 @@ html, body { padding-right: 18px; } +#user-profile .profile-rel .col-md-6 { + text-align: center; + padding-bottom: 12px; +} + +#user-profile .profile-rel strong { + font-size: 24px; + color: #444; + display: block; +} + +#user-profile .profile-rel p { + margin-right: 0; + color: #888; +} + #user-activity .tab-pane { padding: 20px; } |