diff options
author | Unknwon <u@gogs.io> | 2015-12-03 13:14:57 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-03 13:14:57 -0500 |
commit | a51acf1751e84359489890020a9e7cfeac6db6f7 (patch) | |
tree | 9bfb6bee24da68511cbc1b1423342e1adc89eaa7 /public/css/gogs.css | |
parent | 37a372f6f57d3c59364af2ed0fc21a58e31146d2 (diff) | |
parent | c5e249c0be18784b9d34f3058c54cbae083458ed (diff) |
Merge pull request #2092 from nanoant/patch/non-bold-last-commit-sha
UI: Remove CSS rule making last-commit SHA bold
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index ab399f6c..40e85456 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1863,9 +1863,6 @@ footer .container .links > *:first-child { position: relative; width: 325%; } -.repository.file.list #repo-files-table thead th .ui.sha.label { - font-weight: bold; -} .repository.file.list #repo-files-table thead .ui.avatar { margin-bottom: 5px; } |