We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2033623 commit 7bc05d1Copy full SHA for 7bc05d1
1 file changed
docs/parse.css
@@ -7,7 +7,6 @@ html, body {
7
}
8
body {
9
padding-bottom: 1.7em;
10
- -webkit-box-sizing: border-box;
11
-moz-box-sizing: border-box;
12
box-sizing: border-box;
13
@@ -23,6 +22,11 @@ h1 {
23
22
font: normal 1em sans-serif;
24
display: inline;
25
+pre {
26
+ margin-top: 0;
27
+ padding: 2px .5em;
28
+ font: 12px/15px monospace;
29
+}
30
#labels {
31
color: #FFE992;
32
width: 66%;
@@ -59,8 +63,11 @@ h1 {
59
63
.style-cell textarea {
60
64
width: 99%;
61
65
height: 100%;
62
- font: 12px monospace;
66
67
white-space: pre-wrap;
68
+ padding: 2px;
69
+ box-sizing: border-box;
70
+ -moz-box-sizing: border-box;
71
72
.serialized-cell {
73
border-left: 1px solid #363636;
0 commit comments