diff options
author | RochDLY <roch.delannay@gmail.com> | 2023-11-08 00:52:26 +0100 |
---|---|---|
committer | RochDLY <roch.delannay@gmail.com> | 2023-11-08 00:52:26 +0100 |
commit | a4b1d908cc3e528ad74f18d5dcdd79393be54b28 (patch) | |
tree | 0e7ba746dd17be7adcdd76014d324e94320a5b09 /static/css | |
parent | 0b58365c5430544fb25f02f903fe435b714aad01 (diff) | |
download | pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.tar.gz pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.tar.bz2 pandoc-site-a4b1d908cc3e528ad74f18d5dcdd79393be54b28.zip |
modification du Makefile pour intégrer la prise en compte des modifications des templates dans le rebuild du site
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index a18771a..e6cf450 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -126,7 +126,7 @@ footer a:hover, footer a:active { grid-row: 2; } -.toc > ul { +.toc ul { list-style: none; } |