diff --git a/current_version/style.css b/current_version/style.css index 2f303d9..98151b8 100644 --- a/current_version/style.css +++ b/current_version/style.css @@ -92,6 +92,12 @@ body { .bottom-left-rounded { 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 { border-radius:0 0 10px 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px;