aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css/snippets.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2017-07-01 02:53:15 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2017-07-01 02:53:15 +0300
commit6113a317afd68891b63d330e9131b854c20d6b69 (patch)
treeccbe90cbdac217567c148b22969625cc104c8b68 /css/snippets.css
parentcss: fix a typo (diff)
downloadjekyll-theme-6113a317afd68891b63d330e9131b854c20d6b69.tar.gz
jekyll-theme-6113a317afd68891b63d330e9131b854c20d6b69.zip
css: remove unnecessary property
Diffstat (limited to 'css/snippets.css')
-rw-r--r--css/snippets.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/css/snippets.css b/css/snippets.css
index 6924137..78fa9e9 100644
--- a/css/snippets.css
+++ b/css/snippets.css
@@ -1,13 +1,6 @@
div.panel-body pre {
margin: 0;
border: none;
- /*
- * 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 {