X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/00191feb9676be79e2f1da3fca8345f582d8e7d0..d2ee1c034911e5b42eb7ad182d90607529d741a4:/wolnelektury/static/css/screen.css?ds=inline diff --git a/wolnelektury/static/css/screen.css b/wolnelektury/static/css/screen.css index 3a344dc59..ca00e972c 100644 --- a/wolnelektury/static/css/screen.css +++ b/wolnelektury/static/css/screen.css @@ -84,12 +84,6 @@ margin-top: -20em; } -/* LOGO */ - -#logo a { - line-height: 7em; -} - /* HEADER */ @@ -99,7 +93,7 @@ #logo { position: absolute; - top: -1.6em; + top: 0; } #user-info { @@ -130,3 +124,14 @@ #search-button { float: right; } + + +/* Book list */ + +#book-list-nav { + border-left: 1px solid #CFCFCF; + padding: .75em; + position: absolute; + right: 4em; + width: 25em; +} \ No newline at end of file