pre, code style fix

This commit is contained in:
Rushabh Mehta
2012-08-08 10:05:51 +05:30
parent bc26218889
commit bf8cac53c7
3 changed files with 5 additions and 5 deletions

View File

@@ -1830,7 +1830,7 @@ span, div, td, input, textarea, button, select {
}
pre {
.markdwon pre {
background-color: #F5F5F5;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px 4px 4px 4px;
@@ -1843,7 +1843,7 @@ pre {
word-wrap: break-word;
}
code, pre {
.markdown code, .markdown pre {
border-radius: 3px 3px 3px 3px;
color: #333333;
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;