about summary refs log tree commit diff homepage
path: root/_css/style.css
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-24 18:05:37 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-05-24 20:55:20 +0700
commit50ea0daaa8aaf40bd689941daf77587a5366b292 (patch)
treee5b3d66d80e6a3b639c9bfd936dde62a293531ee /_css/style.css
parentae2d33fdd8c0864a8cf45c82d0fe1284ad2e7583 (diff)
downloadsite-50ea0daaa8aaf40bd689941daf77587a5366b292.tar.gz
Blog about nopoo
Diffstat (limited to '_css/style.css')
-rw-r--r--_css/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/_css/style.css b/_css/style.css
index 0281fa5..06aed00 100644
--- a/_css/style.css
+++ b/_css/style.css
@@ -137,11 +137,14 @@ html {
 .franklin-content .bibref a,
 .franklin-content .eqref a { color: var(--link-fg) }
 
-.franklin-content table.fndef { border: none }
 .franklin-content .fndef tr { text-align: left }
 .franklin-content .fndef td, .franklin-content sup { font-size: 80% }
 .franklin-content .fndef td.fndef-content { width: 100% }
 .franklin-content .fndef td.fndef-backref { padding-left: 0 }
+.franklin-content table.fndef {
+    border: none;
+    margin: 0;
+}
 
 /* Images */
 .franklin-content img { width: 100% }