Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2019-11-29 04:06:09 +0300
committervvveiii <cntrump@gmail.com>2019-11-29 04:06:09 +0300
commit3f5be2e0629ff5e83c3123e6b57e216340d67d92 (patch)
treef1c654f3359f1a50f84fd8a94342176c534188ce /static
parentee92cf45636fb208f8cfeedcad999120547a0a81 (diff)
update table style
Diffstat (limited to 'static')
-rw-r--r--static/css/core.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/core.css b/static/css/core.css
index dfe53e2..d67ddb0 100644
--- a/static/css/core.css
+++ b/static/css/core.css
@@ -272,7 +272,8 @@ del { opacity: 0.5; }
.markdown-body time { color: #969696; }
.markdown-body p,
-.markdown-body pre { margin: 0 0 20px 0; }
+.markdown-body pre,
+.markdown-body table { margin: 0 0 20px 0; }
.markdown-body ol,
.markdown-body ul { margin: 0 8px 20px 8px; }