Skip to content

Commit 48e2e1c

Browse files
author
Findus23
committed
smaller border-radius
1 parent ed6b050 commit 48e2e1c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

css/style.css

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ html {
1212
margin: 20px auto;
1313
background:#ffffff;
1414
/*border: 5px outset #bbb;*/
15-
-moz-border-radius: 20px;
16-
-webkit-border-radius: 20px;
17-
border-radius: 20px;
15+
-moz-border-radius: 10px;
16+
-webkit-border-radius: 10px;
17+
border-radius: 10px;
1818
}
1919
#control {
2020
float:left;
@@ -48,15 +48,15 @@ html {
4848
height: 680px;
4949
border-width: 2px;
5050
border-style: none none none solid;
51-
-webkit-border-top-right-radius: 20px;
52-
-webkit-border-bottom-right-radius: 20px;
53-
-moz-border-radius-topright: 20px;
54-
-moz-border-radius-bottomright: 20px;
55-
border-top-right-radius: 20px;
56-
border-bottom-right-radius: 20px;}
51+
-webkit-border-top-right-radius: 10px;
52+
-webkit-border-bottom-right-radius: 10px;
53+
-moz-border-radius-topright: 10px;
54+
-moz-border-radius-bottomright: 10px;
55+
border-top-right-radius: 10px;
56+
border-bottom-right-radius: 10px;}
5757

5858
.CodeMirror {
59-
border-bottom-right-radius: 20px;
59+
border-bottom-right-radius: 10px;
6060
}
6161

6262
#canvas{

0 commit comments

Comments
 (0)