From 1a143bd8dae716641401674d39540aa449813d00 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Mon, 23 Apr 2012 20:42:56 +0100 Subject: Update css to take into account boilerplate styling of pre element. Pygments style for pre element was inheriting boilerplate default styling. --- _site_build/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_site_build/css/style.css') diff --git a/_site_build/css/style.css b/_site_build/css/style.css index f6a2511..f8616dd 100644 --- a/_site_build/css/style.css +++ b/_site_build/css/style.css @@ -375,7 +375,7 @@ section#archives ol { /* ==|== pygments styles ======================================================= */ -.highlight pre { padding: 0.5em; } +.highlight pre { padding: 0.5em; white-space: pre; overflow: auto } .highlight .hll { background-color: #ffffcc } .highlight { background: #f8f8f8; } .highlight .c { color: #408080; font-style: italic } /* Comment */ -- cgit v1.2.3-13-gbd6f