Reset type size for syntax highlighting

This commit is contained in:
Eston Bond
2010-12-21 02:33:57 -08:00
parent 3a6d98aa37
commit ed38357ac8
+1 -1
View File
@@ -323,7 +323,7 @@
#template .data tr td { #template .data tr td {
font-family: "Consolas", "Monaco", "Andale Mono", "Courier New", monospace; font-family: "Consolas", "Monaco", "Andale Mono", "Courier New", monospace;
font-size: 1.2em; font-size: 1.0em; /* reset size */
line-height: 1.8em; line-height: 1.8em;
margin: 0; margin: 0;
padding: 0; padding: 0;