Fix CSS for code highlighting

This commit is contained in:
Riyad Preukschas 2012-11-27 22:50:24 +01:00
parent d2767221a5
commit dc99b19af7
3 changed files with 12 additions and 8 deletions

View file

@ -95,8 +95,8 @@
pre {
padding:0;
margin:0;
background:none;
border:none;
border-radius: 0;
}
}
}
@ -142,8 +142,8 @@
table-layout: fixed;
pre {
background: none;
border: none;
border-radius: 0;
font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace;
font-size: 12px !important;
line-height: 16px !important;