Skip to content

Commit 49aa63e

Browse files
author
Will Bamberg
committed
More layout tweaks
1 parent e9c5183 commit 49aa63e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

editable-samples/border-top-color/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
</div>
1010

1111
<div id="buttons">
12-
&nbsp; <input id="edit" type="button" value="Edit CSS" />
13-
&nbsp; <input id="reset" type="button" value="Reset" />
12+
<input id="edit" type="button" value="Edit CSS" />
13+
<input id="reset" type="button" value="Reset" />
1414
</div>
15-
<textarea id="code" class="playable-code" rows="2">border-top-color: red;</textarea>
15+
<textarea id="code" rows="2">border-top-color: red;</textarea>
1616

1717
<style>
1818

@@ -22,8 +22,7 @@
2222
}
2323

2424
textarea {
25-
width: 90%;
26-
height:auto;
25+
width: 100%;
2726
background-color: white;
2827
padding: 1em 1em 0 1em;
2928
box-sizing: border-box;
@@ -34,11 +33,12 @@
3433
}
3534

3635
#container {
36+
width: 100%;
3737
background-color: white;
3838
padding: 1em;
39-
width: 90%;
4039
box-sizing: border-box;
4140
}
41+
4242
#box {
4343
border: solid 0.3em gold;
4444
}

0 commit comments

Comments
 (0)