Browse Source

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

UI: Remove CSS rule making last-commit SHA bold
for-closed-social
Unknwon 9 years ago
parent
commit
a51acf1751
2 changed files with 0 additions and 7 deletions
  1. +0
    -3
      public/css/gogs.css
  2. +0
    -4
      public/less/_repository.less

+ 0
- 3
public/css/gogs.css View File

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

+ 0
- 4
public/less/_repository.less View File

@ -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…
Cancel
Save