From 9b3ad53e855764e46a9febe395b88d3ca1aeaf45 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 24 Jun 2017 22:54:43 +0300 Subject: add post "static vs. inline vs. namespace {" Also includes a bunch of includes to easily add grouped code snippets to a post. They were present before, but I wiped them away during the recent major history rewriting which I still regret about. --- css/snippets.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 css/snippets.css (limited to 'css/snippets.css') diff --git a/css/snippets.css b/css/snippets.css new file mode 100644 index 0000000..5294e00 --- /dev/null +++ b/css/snippets.css @@ -0,0 +1,9 @@ +div.panel-body pre { + margin: 0; + border: none; + background-color: inherit; + border-radius: 0 0 4px 4px; +} +div.panel-body { + padding: 0; +} -- cgit v1.2.3