Improve the rendering of the prev / next links in the issue view and note the change in NEWS.

This commit is contained in:
Thomas Keller
2011-03-18 02:14:22 +01:00
parent 22d4bd0e6f
commit 045eb766f1
3 changed files with 7 additions and 1 deletions

View File

@@ -273,6 +273,11 @@ div.issue-changes-timeline {
color: #888a85;
}
div.issue-prev-next {
float: right;
margin-top: -25px;
}
div.issue-submit-info {
background-color: #d3d7cf;
-moz-border-radius: 3px;