From ad14ea91a52563c83a3aba0c7d279cd5535b77e4 Mon Sep 17 00:00:00 2001 From: Ilya Ryzhenkov Date: Mon, 13 Oct 2014 18:22:02 +0400 Subject: Fixing formats and started work on inline function body. --- styles/style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'styles') diff --git a/styles/style.css b/styles/style.css index 5bfb25bc..09586237 100644 --- a/styles/style.css +++ b/styles/style.css @@ -87,10 +87,12 @@ code, pre { pre { display: block; +/* padding:8px 8px; background: #f8f8f8; border-radius:5px; border:1px solid #e5e5e5; +*/ overflow-x: auto; } -- cgit