X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5e983f642ea537225bf3a20e97fca281c8fdc915..af77776a9ff93ac89cfe941c8a97e3e4cac1bd2e:/wolnelektury/static/css/master.css diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css index 0da323672..e788e5562 100644 --- a/wolnelektury/static/css/master.css +++ b/wolnelektury/static/css/master.css @@ -87,10 +87,16 @@ hr { #header #logo img { margin-bottom: -1.25em; } -#header #logo a { +#header a.logo { display:block; color: #777; } + +#tagline { + color: #777; + position: absolute; +} + #logo a:hover { text-decoration: none; } @@ -1175,3 +1181,13 @@ div.shown-tags p, div.all-tags p { .dictionary-note-source { margin-top: -1em; } + +#footnotes .pagination { + margin-top: 1em; +} + + +/* report */ +.stats td { + vertical-align: top; +} \ No newline at end of file