diff --git a/Base/res/html/misc/border-radius.html b/Base/res/html/misc/border-radius.html index afa8223509..9cea43b6fc 100644 --- a/Base/res/html/misc/border-radius.html +++ b/Base/res/html/misc/border-radius.html @@ -105,12 +105,12 @@ .box-9 { background-color: magenta; - border-top-left-radius: 10px; + border-radius: 15px; } .box-10 { background-color: magenta; - border-radius: 15px; + border-top-left-radius: 10px; } .box-11 {