rounded corners on code blocks so they look a bit nicer :)

This commit is contained in:
2011-11-01 23:19:03 +00:00
parent be019eff08
commit b50ab90d5f

View File

@@ -356,6 +356,9 @@ span.fancybox {
code, pre, .gist, .gist-data, .gist-meta {
font-family: 'DejaVuSansMonoBook', Menlo, "Courier New" !important;
font-size: 12px !important;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
/* @group pre, code */
@@ -363,7 +366,7 @@ code, pre, .gist, .gist-data, .gist-meta {
pre, code {
background-color: #f8f8ff;
border: 1px solid #dedede;
padding: 1px 3px;
padding: 1px 2px;
}
pre {
padding: 0.25em 0.5em;