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
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,7 @@ table.attributes td {
.infobox, .container {
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);
border-radius: 2px;
}
}
@ -344,6 +345,7 @@ table {
.container, .infobox {
margin: 0;
box-shadow: none;
border-radius: 0;
}
.infobox {