Border radius has been added on the front page image.

This commit is contained in:
Lucas Legname 2014-04-01 00:24:38 +02:00
parent 98b788f730
commit 5b52877076

View file

@ -71,7 +71,9 @@ body { font-family: Arial; background-image: url('images/diamonds.png'); }
.frontPageImage { .frontPageImage {
width: 100%; width: 100%;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
} }
.securityChecklist { .securityChecklist {