Slightly override bootstrap alerts style to blend better with our layout.

This commit is contained in:
jklingen 2016-10-23 14:49:46 +02:00
commit 0d173a56ba

View file

@ -190,6 +190,11 @@ a.cta:hover {
text-align: center; text-align: center;
} }
.alert {
border-width: 0 0 0 5px !important;
border-radius: 0 !important;
}
.body-ad { .body-ad {
display: inline-block; display: inline-block;
width: 180px; width: 180px;