From 8ff28864d3e4ad403e1a994895dbf819fe1c3c10 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 17 Aug 2017 12:57:09 +0200 Subject: [PATCH] table margin --- prawokultury/static/css/entry.css | 3 ++- prawokultury/static/css/entry.scss | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/prawokultury/static/css/entry.css b/prawokultury/static/css/entry.css index 2732d42..d7512be 100644 --- a/prawokultury/static/css/entry.css +++ b/prawokultury/static/css/entry.css @@ -75,7 +75,8 @@ .entry-wrapped .gallery-image img { margin: 0; } .entry-wrapped table { - border-collapse: collapse; } + border-collapse: collapse; + margin-bottom: 2em; } .entry-wrapped table td, .entry-wrapped table th { border: 1px #bbb solid; padding: 0.4em; } diff --git a/prawokultury/static/css/entry.scss b/prawokultury/static/css/entry.scss index 74d68c4..4f39c5b 100644 --- a/prawokultury/static/css/entry.scss +++ b/prawokultury/static/css/entry.scss @@ -118,6 +118,7 @@ table { border-collapse: collapse; + margin-bottom: 2em; td, th { border: 1px #bbb solid; padding: 0.4em; -- 2.20.1