From f435c392c10560b735bec48a5ee263b5a10613f9 Mon Sep 17 00:00:00 2001 From: franzz Date: Sun, 7 Aug 2016 21:03:00 +0200 Subject: [PATCH] fix rounded corners --- current_version/style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;