Update _syntax.sass

Fixed prettyprint (made it prettier! :D)
This commit is contained in:
Felipe 2015-05-05 15:35:06 +02:00
parent ec29293587
commit 72745a8089
1 changed files with 7 additions and 6 deletions

View File

@ -31,12 +31,13 @@ pre .dec, code .dec
pre.prettyprint, code.prettyprint
background-color: #242424
-moz-border-radius: 8px
-webkit-border-radius: 8px
-o-border-radius: 8px
-ms-border-radius: 8px
-khtml-border-radius: 8px
border-radius: 8px
border: 0 !important
-moz-border-radius: 0
-webkit-border-radius: 0
-o-border-radius: 0
-ms-border-radius: 0
-khtml-border-radius: 0
border-radius: 0
pre.prettyprint
font-size: 84%