From 204381803e6fa44a02a5266c7af9edb896c2dace Mon Sep 17 00:00:00 2001 From: Syrus Akbary Date: Tue, 6 Oct 2015 21:59:32 -0700 Subject: [PATCH] Improved code styling in pages --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index f2c1d2b0..d4100a32 100644 --- a/style.css +++ b/style.css @@ -303,6 +303,13 @@ strong { padding: 0 20px; } +#page-article > .highlight { + font-size: 14px; + border-left: 5px solid #F4DEDE; + /*background-color: #FBFBFB; + padding: 1px 0;*/ + padding-left: 15px; +} #page-article > .highlight .lineno { color: #ccc; display:inline-block; padding: 0 5px; border-right:1px solid #ccc; } #page-article > .highlight pre code { display: block; white-space: pre; overflow-x: auto; word-wrap: normal; }