error/success messages now display properly

This commit is contained in:
Guigui 2011-05-30 17:00:52 +02:00
Родитель d82deb8686
Коммит edd50c0488
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -249,9 +249,9 @@ a.button em {
border: 0 none;
border-radius: 4px 4px 4px 4px;
font-size: 1em;
height: 10px;
height: 20px;
margin: 0 10px 0 0;
padding: 10px 13px;
padding: 5px 13px;
width: 70%;
color:#262626;
}
@ -275,6 +275,7 @@ a.button em {
#newsletter .error {
color:#e83939;
height:0;
}
footer a.button {