From e5d286faa6360e985f1d413e541339659b27eeea Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 10 Dec 2013 21:03:41 -0800 Subject: Change to the css --- static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index bed6558..6c31263 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -121,16 +121,16 @@ kbd { padding: 0.2em; } -.code, .highlight { +.highlight { border: 1px grey solid; padding-left: 0.5em; font-family: Inconsolata, Consolas, monospace; - font-size: 14px; border-radius: 4px 4px 4px 4px; } -code { +p code { font-family: Inconsolata, Consolas, monospace; + background-color: #eee; } .timestamp { -- cgit v1.2.3