aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 18:30:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-05 18:30:28 +0300
commit00bf98134e4da8897ec32897a9bc88b610696d9c (patch)
treeec29ba0901ed1e208533e4a6b37c1508304453e9 /assets
parentchange of heart: smaller font size for code is OK (diff)
downloadjekyll-theme-00bf98134e4da8897ec32897a9bc88b610696d9c.tar.gz
jekyll-theme-00bf98134e4da8897ec32897a9bc88b610696d9c.zip
snippets: fixup panel-body border corners
Diffstat (limited to 'assets')
-rw-r--r--assets/css/snippets.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/snippets.css b/assets/css/snippets.css
index 78fa9e9..e442cd1 100644
--- a/assets/css/snippets.css
+++ b/assets/css/snippets.css
@@ -1,3 +1,6 @@
+div.panel-body div.highlight {
+ border-radius: 0 0 4px 4px;
+}
div.panel-body pre {
margin: 0;
border: none;