Skip to content

Commit ec95838

Browse files
committed
Shorter line-height syntax
1 parent 4dc6484 commit ec95838

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

static/css/documentation.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
------------------------------------------------------------------------------*/
66

77
body {
8-
font: 13px "Helvetica Neue", arial,freesans,clean,sans-serif;
9-
line-height: 1.4em;
8+
font: 13px/1.4em "Helvetica Neue", arial,freesans,clean,sans-serif;
109
background-color: #fff;
1110
color: #393939;
1211
}
@@ -1169,8 +1168,7 @@ pre code {white-space: pre;}
11691168

11701169
pre {
11711170
border: 1px solid #cacaca;
1172-
line-height: 1.2em;
1173-
font: 12px Consolas, 'Liberation Mono', Courier, monospace;
1171+
font: 12px/1.4em Consolas, 'Liberation Mono', Courier, monospace;
11741172
padding: 10px;
11751173
overflow:auto;
11761174
border-radius: 3px;

0 commit comments

Comments
 (0)