Another attempt to fix display of <pre> tags
Sebastian Hahn

Sebastian Hahn commited on 2012-08-24 16:17:56
Zeige 1 geänderte Dateien mit 4 Einfügungen und 0 Löschungen.

... ...
@@ -65,6 +65,10 @@ p, blockquote, ol, ul, dd {
65 65
 	margin-bottom: 18px;
66 66
 }
67 67
 
68
+pre {
69
+    margin-bottom: 18px;
70
+}
71
+
68 72
 a:link, a:visited { color: #4e6a20; }
69 73
 a:hover { color: #a07320; }
70 74
 
71 75