fix rounded corners
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user