add border-radius to infobox + container

This commit is contained in:
Nils Schneider 2015-04-07 20:19:06 +02:00
parent 88d0aa2f92
commit c6605aded6

View file

@ -123,6 +123,7 @@ table.attributes td {
.infobox, .container { .infobox, .container {
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.19), 0px 3px 6px rgba(0, 0, 0, 0.23); box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.19), 0px 3px 6px rgba(0, 0, 0, 0.23);
background: rgba(255, 255, 255, 0.9); background: rgba(255, 255, 255, 0.9);
border-radius: 2px;
} }
} }
@ -344,6 +345,7 @@ table {
.container, .infobox { .container, .infobox {
margin: 0; margin: 0;
box-shadow: none; box-shadow: none;
border-radius: 0;
} }
.infobox { .infobox {