From e1402785e7ca44b33bf0589c6c882e8263b1b83a Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Wed, 16 Oct 2013 21:10:52 -0400 Subject: fixed syntax highlighting --- _includes/css/screen.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '_includes/css/screen.css') diff --git a/_includes/css/screen.css b/_includes/css/screen.css index 99ec56e..4b5c0d4 100644 --- a/_includes/css/screen.css +++ b/_includes/css/screen.css @@ -120,8 +120,8 @@ nav hr { #post pre { border: 1px solid #ddd; - background-color: #eef; - padding: 0 .4em; + line-height: 1.1; + padding: 1em 1em; margin-bottom: 20px !important; } @@ -132,7 +132,8 @@ nav hr { #post code { border: 1px solid #ddd; - background-color: #eef; + font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu + Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif; font-size: 85%; padding: 0 .2em; } -- cgit v1.2.3