diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-20 20:12:31 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-20 20:12:31 +0800 |
commit | cb80111e8923ff9317199dca61509e32408279ca (patch) | |
tree | b045fe483a506736a791a5a2e6541e740f7da7bb /public/css | |
parent | 4cf6cc63b0679aaf5fe8b74a2aaf0bd92b1f12d3 (diff) | |
download | gitea-cb80111e8923ff9317199dca61509e32408279ca.tar.gz gitea-cb80111e8923ff9317199dca61509e32408279ca.zip |
guide page for bare repo
some ui fix
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index a4767c1c8b..95f44d0fd4 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -724,6 +724,20 @@ html, body { background-color: #FFF; } +.commit-list .date { + width: 120px; +} + +.guide-box pre, .guide-box .input-group { + margin-top: 20px; + margin-bottom: 30px; + line-height: 24px; +} + +.guide-box input[readonly] { + background-color: #FFF; +} + /* wrapper and footer */ #wrapper { |