aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--css/snippets.css9
1 files changed, 9 insertions, 0 deletions
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;
+}