X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c7587605ff2117ff1004239f8ec0cbd024cdc4ab..d3a93004d1c30c99008cc44aebb7c1d7abce6c54:/wolnelektury/static/css/screen.css?ds=sidebyside 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