Merge pull request #6686 from andywarburton/main
WebWorkFlow CSS Tweaks for edit.html
This commit is contained in:
commit
291994b7d6
|
@ -3,18 +3,8 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Code Edit</title>
|
||||
<style>
|
||||
#code_textarea {
|
||||
width: 90%;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
#output_text {
|
||||
margin: 0;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="http://circuitpython.org/assets/css/webworkflow-8.css">
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<button id="save_btn">Save</button>
|
||||
|
|
|
@ -5,3 +5,15 @@ body {
|
|||
font-family: "Proxima Nova", Verdana, sans-serif;
|
||||
line-height: 20.7px;
|
||||
}
|
||||
|
||||
|
||||
/* for edit.html */
|
||||
#code_textarea {
|
||||
width: 90%;
|
||||
height: 600px;
|
||||
}
|
||||
|
||||
#output_text {
|
||||
margin: 0;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue