File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 12
12
margin : 20px auto;
13
13
background : # ffffff ;
14
14
/*border: 5px outset #bbb;*/
15
- -moz-border-radius : 20 px ;
16
- -webkit-border-radius : 20 px ;
17
- border-radius : 20 px ;
15
+ -moz-border-radius : 10 px ;
16
+ -webkit-border-radius : 10 px ;
17
+ border-radius : 10 px ;
18
18
}
19
19
# control {
20
20
float : left;
@@ -48,15 +48,15 @@ html {
48
48
height : 680px ;
49
49
border-width : 2px ;
50
50
border-style : none none none solid;
51
- -webkit-border-top-right-radius : 20 px ;
52
- -webkit-border-bottom-right-radius : 20 px ;
53
- -moz-border-radius-topright : 20 px ;
54
- -moz-border-radius-bottomright : 20 px ;
55
- border-top-right-radius : 20 px ;
56
- border-bottom-right-radius : 20 px ;}
51
+ -webkit-border-top-right-radius : 10 px ;
52
+ -webkit-border-bottom-right-radius : 10 px ;
53
+ -moz-border-radius-topright : 10 px ;
54
+ -moz-border-radius-bottomright : 10 px ;
55
+ border-top-right-radius : 10 px ;
56
+ border-bottom-right-radius : 10 px ;}
57
57
58
58
.CodeMirror {
59
- border-bottom-right-radius : 20 px ;
59
+ border-bottom-right-radius : 10 px ;
60
60
}
61
61
62
62
# canvas {
You can’t perform that action at this time.
0 commit comments