Fix div collision

feature.content-md5
William MARTIN 2011-05-31 15:39:46 +02:00
parent b9407f6aee
commit 998f4576fe
1 changed files with 3 additions and 3 deletions

View File

@ -127,9 +127,9 @@ ul.errorlist {
div.user-messages { div.user-messages {
border: 1px solid rgb(229, 225, 169); border: 1px solid rgb(229, 225, 169);
background-color: #fffde3; background-color: #fffde3;
margin-bottom: 1em; margin-bottom: 2em;
margin-left: -1px; margin-left: -1px;
width: 90%; width: 100%;
} }
div.theterms { div.theterms {
@ -275,7 +275,7 @@ div.issue-changes-timeline {
div.issue-prev-next { div.issue-prev-next {
float: right; float: right;
margin-top: -25px; margin-top: -1.5em;
} }
div.issue-submit-info { div.issue-submit-info {