diff options
author | slene <vslene@gmail.com> | 2014-03-16 00:41:12 +0800 |
---|---|---|
committer | slene <vslene@gmail.com> | 2014-03-16 00:41:12 +0800 |
commit | 606ad6dcd03185c5755708af500072b2098dca3c (patch) | |
tree | 21c11ddaa20c6149afcbc0d0da37d9e6908042df /public | |
parent | 3d032dfb5a287f333f78748546f9737f20edeb50 (diff) | |
download | gitea-606ad6dcd03185c5755708af500072b2098dca3c.tar.gz gitea-606ad6dcd03185c5755708af500072b2098dca3c.zip |
update user repos style
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 1c0b2d7be3..6b510364b7 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -551,6 +551,38 @@ html, body { border-top: none; } +.repo-list li { + padding: 15px 0; + border-top: 1px solid #ddd; +} + +.repo-list li:first-child { + border-top: none; +} + +.repo-list h4 { + font-weight: bold; + font-size: 24px; +} + +.repo-list .meta { + margin: 15px 0 0; + font-size: 14px; +} + +.repo-list .desc { + font-size: 15px; +} + +.repo-list .meta .fa { + margin: 0 0 0 20px; +} + +.repo-list .meta, +.repo-list .info { + color: #999; +} + #wrapper { min-height: 100%; height: auto !important; |