diff options
author | xengineering <me@xengineering.eu> | 2021-09-21 10:25:09 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-09-21 10:25:09 +0200 |
commit | 068811c8f07a698fc99ecf6184a0c0ea2565b3f4 (patch) | |
tree | 04576e57de61fbaaa5a13640ce0375d8f82e8ac4 | |
parent | 690ae16dcbe21ab9225579b8fe8252867865a1aa (diff) | |
download | libweb-1.1.4.tar libweb-1.1.4.tar.zst libweb-1.1.4.zip |
Another Fix1.1.4
-rw-r--r-- | css/xengineering.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/css/xengineering.css b/css/xengineering.css index 88de679..22ef0f6 100644 --- a/css/xengineering.css +++ b/css/xengineering.css @@ -16,11 +16,7 @@ body * { display: block; } -body li { - display: list-item; -} - -body script { +script { display: none; } @@ -61,6 +57,7 @@ ul { li { text-align: left; + display: list-item; } nav { |