Centered error messages

This commit is contained in:
Bernd Erk 2014-11-13 15:46:04 +01:00
parent c98a6d5912
commit 1743cec199
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@
text-align: center;
}
.error {
margin-left:auto;
margin-right:auto;
}
.image img {
width: 375px;
}