X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=f8c28acf3419b9f1416e38859e4a49bf1b20b412;hb=fdfe0310c6bc644da671b847120e0bd84d923634;hp=d8a5b3159baaeafaf85ba66c3ae234daece12a25;hpb=587bd0f073e027e5d642be5c257705dd4741627d;p=shellwiki diff --git a/themes/default.css b/themes/default.css index d8a5b31..f8c28ac 100644 --- a/themes/default.css +++ b/themes/default.css @@ -1,5 +1,5 @@ /* -# Copyright 2022 - 2023 Paul Hänsch +# Copyright 2022 - 2024 Paul Hänsch # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -178,6 +178,14 @@ ul.searchresults, ol.searchresults { width: 100%; max-width: 540pt; text-align: center; } +.searchresults li a { + display: block; +} +.searchresults li p { + display: inline-block; + margin: 0 auto .5em auto; + white-space: pre-line; +} table { min-width: 50%; @@ -192,6 +200,9 @@ table { padding-right: 1em; vertical-align: top; } + h1.half, h2.half, h3.half, h4.half, h5.half, h6.half { + width: 100%; + } .right { float: right; clear: both;