mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 07:34:25 +00:00
UI: Remove CSS rule making last-commit SHA bold
This removes remains from old design, that was not cleaned by previous #2068 PR.
This commit is contained in:
parent
37a372f6f5
commit
c5e249c0be
@ -1863,9 +1863,6 @@ footer .container .links > *:first-child {
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 325%;
|
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 {
|
.repository.file.list #repo-files-table thead .ui.avatar {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
@ -152,10 +152,6 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
width: 325%;
|
width: 325%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.sha.label {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.ui.avatar {
|
.ui.avatar {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user