Fix minor display issue when the list of items is bigger than 10.

This commit is contained in:
Paulo Gustavo Veiga
2012-08-30 23:40:53 -03:00
parent 3efd3ef172
commit 9be46d6822
2 changed files with 7 additions and 1 deletions

View File

@@ -205,4 +205,8 @@ span.starredOn:hover {
abbr[title] {
cursor: default;
}
#footer {
border-top: 0px;
}