diff options
author | Unknwon <u@gogs.io> | 2015-12-02 20:10:00 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-02 20:10:00 -0500 |
commit | 29375059e1d7d943cc3e517f2433b5df1f126db2 (patch) | |
tree | 7218f26599e187e04718fda44da6d364a67747a6 /public/less | |
parent | 85449b2f11b3a0b13b7a37ac024a924435e15745 (diff) | |
download | gitea-29375059e1d7d943cc3e517f2433b5df1f126db2.tar.gz gitea-29375059e1d7d943cc3e517f2433b5df1f126db2.zip |
minor CSS fix
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 184c145050..61d153dcde 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -146,11 +146,16 @@ padding-top: 8px; padding-bottom: 5px; font-weight: normal; + &:first-child { display: block; position: relative; width: 325%; } + + .ui.sha.label { + font-weight: bold; + } } .ui.avatar { margin-bottom: 5px; @@ -587,6 +592,9 @@ } } } + #commits-table { + width: 100%; + } .diff-detail-box { margin: 15px 0; @@ -732,6 +740,10 @@ } &.quickstart { + .ui.grid { + margin-top: 0; + } + .guide { .item { padding: 1em; |