Merge pull request #2092 from nanoant/patch/non-bold-last-commit-sha

UI: Remove CSS rule making last-commit SHA bold
forgejo
Unknwon 9 years ago
commit a51acf1751

@ -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;
}

@ -152,10 +152,6 @@
position: relative;
width: 325%;
}
.ui.sha.label {
font-weight: bold;
}
}
.ui.avatar {
margin-bottom: 5px;

Loading…
Cancel
Save