perols: pixel adjustment for top title

This commit is contained in:
Frédéric Péters 2015-11-12 19:31:49 +01:00
parent 5b7a73da84
commit 28de55484f
1 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,9 @@ div#centre h3 {
background: #e3007a;
color: white;
padding-left: 1ex;
margin-left: -1px;
position: relative;
left: -1px;
top: -1px;
text-transform: none;
}