File tree 2 files changed +15
-10
lines changed
2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 8
8
# wrap {
9
9
width : 1000px ;
10
10
height : 680px ;
11
- position : absolute;
12
- top : 50% ;
13
- margin-top : -350px ;
14
- left : 50% ;
15
- margin-left : -500px ;
16
- /**/
11
+ position : relative;
12
+ margin : 20px auto;
17
13
background : # ffffff ;
18
14
/*border: 5px outset #bbb;*/
19
- /* -moz-border-radius: 5px;*/
20
- /* -webkit-border-radius: 5px;*/
21
- /* border-radius: 5px;*/
15
+ -moz-border-radius : 20 px ;
16
+ -webkit-border-radius : 20 px ;
17
+ border-radius : 20 px ;
22
18
}
23
19
# control {
24
20
float : left;
@@ -52,6 +48,15 @@ html {
52
48
height : 680px ;
53
49
border-width : 2px ;
54
50
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 ;}
57
+
58
+ .CodeMirror {
59
+ border-bottom-right-radius : 20px ;
55
60
}
56
61
57
62
# canvas {
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ <h3>Running analysis....</h3>
79
79
</ div >
80
80
</ div >
81
81
82
- < div class ="navbar navbar-fixed -top ">
82
+ < div class ="navbar navbar-static -top ">
83
83
< div class ="navbar-inner ">
84
84
< div class ="container ">
85
85
< ul class ="nav ">
You can’t perform that action at this time.
0 commit comments