Improve style of highlighted syntax

This commit is contained in:
Michael Rose
2013-09-07 11:59:02 -04:00
parent 66dd137d68
commit c0e5ec5b85
10 changed files with 950 additions and 229 deletions

View File

@ -1,14 +1,13 @@
.CodeRay {
background-color: #efefef;
font-family: @code-font;
font-size: 80%;
.font(12);
color: #333332;
margin-bottom: 1.5em;
}
.CodeRay pre {
margin: 0px;
padding: 1em;
pre {
margin: 0px;
padding: 1em;
}
}
div.CodeRay { }