Skip to content

Commit 1c892c8

Browse files
author
Jeshurun Hembd
committed
Fix linebreaks in jsdoc-default.css
1 parent 1aec8ef commit 1c892c8

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

Tools/jsdoc/cesium_template/static/styles/jsdoc-default.css

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,16 @@ body {
2424
code {
2525
margin: 0;
2626
padding: 0;
27-
font-family: Consolas, "Liberation Mono", Menlo, "Courier New", Courier,
28-
Monaco, monospace;
27+
font-family:
28+
Consolas, "Liberation Mono", Menlo, "Courier New", Courier, Monaco,
29+
monospace;
2930
font-size: 12px;
3031
}
3132

3233
#ClassList > ul > li {
33-
font-family: Consolas, "Liberation Mono", Menlo, "Courier New", Courier,
34-
Monaco, monospace;
34+
font-family:
35+
Consolas, "Liberation Mono", Menlo, "Courier New", Courier, Monaco,
36+
monospace;
3537
word-break: break-all;
3638
}
3739

@@ -302,8 +304,9 @@ div.nav li {
302304
}
303305

304306
div.nav h5 {
305-
font-family: Consolas, "Liberation Mono", Menlo, "Courier New", Courier,
306-
Monaco, monospace;
307+
font-family:
308+
Consolas, "Liberation Mono", Menlo, "Courier New", Courier, Monaco,
309+
monospace;
307310
margin-top: 12px;
308311
border-bottom: 1px solid #ccc;
309312
}
@@ -359,8 +362,9 @@ footer {
359362
background-color: #f4f4ff;
360363
margin: 0;
361364
border-bottom: 1px solid #ccc;
362-
font-family: Consolas, "Liberation Mono", Menlo, "Courier New", Courier,
363-
Monaco, monospace;
365+
font-family:
366+
Consolas, "Liberation Mono", Menlo, "Courier New", Courier, Monaco,
367+
monospace;
364368
}
365369

366370
#mainIndex .page-title {
@@ -452,8 +456,9 @@ h6 {
452456
font-weight: normal;
453457
}
454458
.nameContainer .name {
455-
font-family: Consolas, "Liberation Mono", Menlo, "Courier New", Courier,
456-
Monaco, monospace;
459+
font-family:
460+
Consolas, "Liberation Mono", Menlo, "Courier New", Courier, Monaco,
461+
monospace;
457462
}
458463

459464
.details {

0 commit comments

Comments
 (0)