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 | |
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')
-rwxr-xr-x | public/css/gogs.css | 3 | ||||
-rw-r--r-- | public/less/_repository.less | 4 |
2 files changed, 0 insertions, 7 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; } diff --git a/public/less/_repository.less b/public/less/_repository.less index aef608bcac..85b76973d4 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -152,10 +152,6 @@ position: relative; width: 325%; } - - .ui.sha.label { - font-weight: bold; - } } .ui.avatar { margin-bottom: 5px; |