Fix #495 and cannot view repository by tag

This commit is contained in:
Unknwon 2014-09-23 13:06:25 -04:00
parent a11ed51bbb
commit ebb05475ed
7 changed files with 14 additions and 10 deletions

View file

@ -193,21 +193,19 @@ code,
kbd,
pre,
samp {
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-family: monospace, monospace;
font-size: 1em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.list-no-style {
list-style: none;
}