X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/fefdce4e24f9e397df5538fe6e7f54b5ece4d841..refs/heads/secondary:/src/librarian/epub/style.css diff --git a/src/librarian/epub/style.css b/src/librarian/epub/style.css index 82ad4b9..dfd9fe7 100644 --- a/src/librarian/epub/style.css +++ b/src/librarian/epub/style.css @@ -51,6 +51,11 @@ a img { margin: 0; } + +nav#id li { + list-style: none; +} + /* =================================================== */ /* = Common elements: headings, paragraphs and lines = */ /* =================================================== */ @@ -387,4 +392,13 @@ table.border th, table.border td { th, td { vertical-align: top; -} \ No newline at end of file +} + +.fundraising { + margin: 2em 1em 0; + border: 2px solid black; + padding: 2em 2em; + text-align: center; + font-size: 1.3em; + line-height: 1.4em; +}