diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-24 18:05:37 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-05-24 20:55:20 +0700 |
commit | 50ea0daaa8aaf40bd689941daf77587a5366b292 (patch) | |
tree | e5b3d66d80e6a3b639c9bfd936dde62a293531ee /_css | |
parent | ae2d33fdd8c0864a8cf45c82d0fe1284ad2e7583 (diff) | |
download | site-50ea0daaa8aaf40bd689941daf77587a5366b292.tar.gz |
Blog about nopoo
Diffstat (limited to '_css')
-rw-r--r-- | _css/style.css | 5 |
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% } |