X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d316a52151685a1b7c295baa12b73a73eabe5657..3726f9b225fb5c39cbf067f53d4cf6f7d8a9f326:/apps/wolnelektury_core/static/css/screen.css diff --git a/apps/wolnelektury_core/static/css/screen.css b/apps/wolnelektury_core/static/css/screen.css index 138121e0c..9059f556a 100644 --- a/apps/wolnelektury_core/static/css/screen.css +++ b/apps/wolnelektury_core/static/css/screen.css @@ -18,6 +18,11 @@ -webkit-column-width: 12em; } +#menu-collections ul { + width: 18em; +} + + #header-content, div#main-content, div#half-header-content, #footer-content { width: 97.5em; margin: auto; @@ -81,6 +86,15 @@ margin-top: -23em; } +.picture.book-wide-box .right-column { + float: none; + width: 41.5em; + top: 0; + margin-left: 55em; + margin-top: 0em; +} + + .book-wide-box #theme-list-wrapper { margin-bottom: 0; }