diff options
author | Blaž Hrastnik | 2021-04-07 14:56:56 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-04-07 14:56:56 +0000 |
commit | b1290ee60933434574fe491b08e3f57a69422bff (patch) | |
tree | 2b722ee2fd9f90e073b5cd3accdbb876da0b13be /book/theme/css/chrome.css | |
parent | bc4e54c0c45abbbb5fe9ac3278361d0b4e5774ba (diff) |
Update book css styling.
Diffstat (limited to 'book/theme/css/chrome.css')
-rw-r--r-- | book/theme/css/chrome.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/book/theme/css/chrome.css b/book/theme/css/chrome.css index 3056e16d..72b7f188 100644 --- a/book/theme/css/chrome.css +++ b/book/theme/css/chrome.css @@ -381,7 +381,6 @@ ul#searchresults span.teaser em { .chapter { list-style: none outside none; padding-left: 0; - line-height: 2.2em; margin: .25rem 0; } @@ -426,7 +425,7 @@ ul#searchresults span.teaser em { } .chapter li.chapter-item { - padding: .875rem 1.5rem .125rem; + padding: 1rem 1.5rem; } .chapter .section li.chapter-item { |