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

Commit 9c3730f

Browse files
committed
Merge pull request #431 from wesbos/patch-1
Remove unnecessary border radius
2 parents be5ca00 + bae7443 commit 9c3730f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

styles/sunburst.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ pre .dec, code .dec { color: #3387CC; } /* decimal - blue */
1515

1616
pre.prettyprint, code.prettyprint {
1717
background-color: #000;
18-
-moz-border-radius: 8px;
19-
-webkit-border-radius: 8px;
20-
-o-border-radius: 8px;
21-
-ms-border-radius: 8px;
22-
-khtml-border-radius: 8px;
2318
border-radius: 8px;
2419
}
2520

0 commit comments

Comments
 (0)