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

minor fix on icon

This commit is contained in:
Unknwon
2015-09-07 15:03:31 -04:00
parent 32c12d553c
commit 03ea29eb36
3 changed files with 18 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -70,10 +70,19 @@ pre {
background-color: rgb(233, 233, 233)!important;
}
}
.octicon {
.text .octicon {
width: 16px;
text-align: center;
}
.right.menu {
.menu {
left: auto;
right: 0;
}
.dropdown .menu {
margin-top: 0;
}
}
}
.ui {
&.left {