From e33b905ad0315bd89c73c9ebce7fba699b1117bb Mon Sep 17 00:00:00 2001 From: Dylan Lloyd Date: Tue, 14 Jun 2011 15:38:58 -0400 Subject: [PATCH] Added overflow:auto to pre --- includes/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/includes/style.css b/includes/style.css index 832307e..7f2e6cd 100644 --- a/includes/style.css +++ b/includes/style.css @@ -139,6 +139,7 @@ li { #notes, #note { text-align:left; margin-top:20px; + font-family:'InconsolataMedium'; } #notes h1 { @@ -166,6 +167,8 @@ p { pre { margin-top:20px; margin-bottom:20px; + width:100%; + overflow:auto; } #navigation { @@ -192,10 +195,12 @@ pre { #comment input { border:1px solid grey; + font-family:'InconsolataMedium'; } #comment textarea { border:1px solid grey; + font-family:'InconsolataMedium'; } #comment .submit { @@ -226,6 +231,7 @@ pre { } .recaptcha_help { + font-family:'MuseoSlab500'; font-size:80%; } @@ -238,7 +244,8 @@ pre { margin-bottom:15px; } -#blank_comment { display:none; +#blank_comment { + display:none; font-weight:bold; font-family:sans-serif; color:red; -- 2.30.2