fix rounded corners

This commit is contained in:
2016-08-07 21:03:00 +02:00
parent c20484e651
commit f435c392c1

View File

@@ -92,6 +92,12 @@ body {
.bottom-left-rounded { .bottom-left-rounded {
border-radius:0 0 0 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; border-radius:0 0 0 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;
} }
.top-left-rounded.top-right-rounded {
border-radius:10px 10px 0 0;
}
.bottom-left-rounded.bottom-right-rounded {
border-radius:0 0 10px 10px;
}
.bottom-rounded { .bottom-rounded {
border-radius:0 0 10px 10px; border-radius:0 0 10px 10px;
-moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;