diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 00:09:58 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-03-25 00:09:58 +0800 |
commit | 79633ab1fbb823ca2f6267e99bb8912ce227d293 (patch) | |
tree | ba4544119f1ce725e23ecd8b3ea340ecc466101f /public | |
parent | 8909935a1049dea3783021f0460118ad838b1dfd (diff) | |
download | gitea-79633ab1fbb823ca2f6267e99bb8912ce227d293.tar.gz gitea-79633ab1fbb823ca2f6267e99bb8912ce227d293.zip |
file size and file raw style update
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/gogs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 434af03590..8b031d6ed3 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -676,6 +676,12 @@ html, body { margin: 0 .5em 0 0; } +.file-content .file-head .file-size{ + font-size: 13px; + color: #888; + margin-left: 1em; +} + .file-content .file-body { padding: 30px 30px 50px; border: none; |