diff options
author | tdro <tdro@noreply.example.com> | 2022-11-17 11:54:06 -0500 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-11-17 11:54:06 -0500 |
commit | 688d6b044700ef1cdbb6852d288f775a38c9320c (patch) | |
tree | 5607e326e5e1a936b850e269878f6f1f69cf6ffe | |
parent | b00a04bd73fed00435dd2c3471ebd5a173620a23 (diff) | |
download | canory-688d6b044700ef1cdbb6852d288f775a38c9320c.tar.gz canory-688d6b044700ef1cdbb6852d288f775a38c9320c.tar.bz2 canory-688d6b044700ef1cdbb6852d288f775a38c9320c.zip |
assets/css/default: Default sup and sub to inline-block
-rw-r--r-- | assets/css/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index b96ffc6..f5dc345 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -218,6 +218,11 @@ sub { font-size: 85%; } +sup, +sub { + display: inline-block; +} + s, del, mark, |