diff options
author | Adam Strzelecki <ono@java.pl> | 2015-12-03 13:18:57 +0100 |
---|---|---|
committer | Adam Strzelecki <ono@java.pl> | 2015-12-03 13:30:16 +0100 |
commit | c5e249c0be18784b9d34f3058c54cbae083458ed (patch) | |
tree | 9bfb6bee24da68511cbc1b1423342e1adc89eaa7 /public/css | |
parent | 37a372f6f57d3c59364af2ed0fc21a58e31146d2 (diff) | |
download | gitea-c5e249c0be18784b9d34f3058c54cbae083458ed.tar.gz gitea-c5e249c0be18784b9d34f3058c54cbae083458ed.zip |
UI: Remove CSS rule making last-commit SHA bold
This removes remains from old design, that was not cleaned by previous #2068 PR.
Diffstat (limited to 'public/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 ab399f6c68..40e8545681 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; } |