Browse Source

Changes to be committed:

modified:   public/css/gogs.css
pull/4590/head
28111600 8 years ago
parent
commit
ffdf6fd6aa
  1. 3
      public/css/gogs.css

3
public/css/gogs.css

@ -1480,6 +1480,9 @@ footer .ui.language .menu {
.repository.file.list #file-content .code-view table {
width: 100%;
}
.repository.file.list #file-content .code-view td{
border: none;
}
.repository.file.list #file-content .code-view .blob-num {
width: 1%;
min-width: 50px;

Loading…
Cancel
Save