1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 02:15:20 +02: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;