1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Page: Repository home page

This commit is contained in:
Unknwon
2014-09-23 13:47:54 -04:00
parent ebb05475ed
commit a1109e6fbc
9 changed files with 84 additions and 50 deletions

View File

@@ -1156,6 +1156,10 @@ The register and sign-in page style
background-color: #EEE;
font-weight: bold;
}
#repo-branch-tag .switching-list {
max-height: 300px;
overflow-y: auto;
}
#repo-branch-list li i,
#repo-tag-list li i {
margin-right: 12px;
@@ -1165,9 +1169,6 @@ The register and sign-in page style
#repo-tag-list li.checked i {
opacity: 1;
}
#repo-tag-list {
display: none;
}
#repo-bread .bread {
padding-right: 0;
font-size: 16px;