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;
}

View File

@ -213,8 +213,10 @@
</div>
</div>
</div>
<jsp:include page="footer.jsp"/>
<div style="border: 1px solid #000000">
<jsp:include page="footer.jsp"/>
</div>
<div id="dialogsContainer">
<!-- New map dialog -->