From 5080e72e0d72993e642b81b3445971e2d04e0d50 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 1 Jul 2017 02:34:40 +0300 Subject: css: code style --- css/snippets.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'css/snippets.css') diff --git a/css/snippets.css b/css/snippets.css index ff89097..6924137 100644 --- a/css/snippets.css +++ b/css/snippets.css @@ -2,10 +2,12 @@ div.panel-body pre { margin: 0; border: none; /* - Uncomment this property if you disable syntax highlighting: - + * Uncomment this property if you disable syntax highlighting (and thus + * don't use .highlight's background-color). + * background-color: inherit; - */ + * + */ border-radius: 0 0 4px 4px; } div.panel-body { -- cgit v1.2.3