From 9f0ff55b5f126c31b6d8f3cd28907e5b87601e28 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Mon, 13 Oct 2014 13:38:40 +0400 Subject: Parse and format inline code, fix strong & emph formatting. --- styles/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles') diff --git a/styles/style.css b/styles/style.css index 581ffe53..5bfb25bc 100644 --- a/styles/style.css +++ b/styles/style.css @@ -83,10 +83,10 @@ code, pre { font-family:Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal; color:#333; font-size:12px; - display: block; } pre { + display: block; padding:8px 8px; background: #f8f8f8; border-radius:5px; -- cgit