Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 1160ad9

Browse files
author
mikesamuel@gmail.com
committed
Applied patch to sunburst from issue 146
1 parent 933e519 commit 1160ad9

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

styles/sunburst.css

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pre .pln, code .pln { color: #fff; } /* plaintext - white */
1111
pre .tag, code .tag { color: #89bdff; } /* html/xml tag - light blue */
1212
pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
1313
pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
14-
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
14+
pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
1515

16-
pre.prettyprint, code.prettyprint{
17-
background-color: #000;
16+
pre.prettyprint, code.prettyprint {
17+
background-color: #000;
1818
-moz-border-radius: 8px;
1919
-webkit-border-radius: 8px;
2020
-o-border-radius: 8px;
@@ -23,10 +23,11 @@ pre.prettyprint, code.prettyprint{
2323
border-radius: 8px;
2424
}
2525

26-
pre.prettyprint {
26+
pre.prettyprint {
2727
width: 95%;
2828
margin: 1em auto;
29-
padding: 1em;
29+
padding: 1em;
30+
white-space: pre-wrap;
3031
}
3132

3233

0 commit comments

Comments
 (0)