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

@@ -199,33 +199,34 @@
box-sizing: border-box;
}
#repo-branch-tag {
.tab-nav {
border-bottom: 1px solid #EAEAEA;
a {
padding: .3em .8em;
.tab-nav {
border-bottom: 1px solid #EAEAEA;
a {
padding: .3em .8em;
}
.js-tab-nav-show {
background-color: #EEE;
font-weight: bold;
}
}
.js-tab-nav-show {
background-color: #EEE;
font-weight: bold;
.switching-list {
max-height: 300px;
overflow-y: auto;
}
}
}
#repo-branch-list,
#repo-tag-list {
li {
i {
margin-right: 12px;
opacity: 0;
li {
i {
margin-right: 12px;
opacity: 0;
}
}
}
li.checked {
i {
opacity: 1;
li.checked {
i {
opacity: 1;
}
}
}
}
#repo-tag-list {
display: none;
}
#repo-bread {
.bread {