File tree Expand file tree Collapse file tree 2 files changed +14
-12
lines changed
supervisor/shared/web_workflow/static Expand file tree Collapse file tree 2 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< title > Code Edit</ title >
6
- < style >
7
- # code_textarea {
8
- width : 90% ;
9
- height : 600px ;
10
- }
11
-
12
- # output_text {
13
- margin : 0 ;
14
- font-size : 0.7em ;
15
- }
16
- </ style >
17
-
6
+ < link rel ="stylesheet " href ="http://circuitpython.org/assets/css/webworkflow-8.css ">
7
+ < link rel ="stylesheet " href ="/style.css ">
18
8
</ head >
19
9
< body >
20
10
< button id ="save_btn "> Save</ button >
Original file line number Diff line number Diff line change 5
5
font-family : "Proxima Nova" , Verdana, sans-serif;
6
6
line-height : 20.7px ;
7
7
}
8
+
9
+
10
+ /* for edit.html */
11
+ # code_textarea {
12
+ width : 90% ;
13
+ height : 600px ;
14
+ }
15
+
16
+ # output_text {
17
+ margin : 0 ;
18
+ font-size : 0.7em ;
19
+ }
You can’t perform that action at this time.
0 commit comments