From: Marek Stępniowski Date: Wed, 24 Sep 2008 13:40:15 +0000 (+0200) Subject: Fixed overlapping themes in reader. X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/5670a10f90a88d52fda0d1f23fef62aa9edc8467?ds=sidebyside Fixed overlapping themes in reader. --- diff --git a/wolnelektury/media/css/master.book.css b/wolnelektury/media/css/master.book.css index 8d0949435..a5f791ce6 100644 --- a/wolnelektury/media/css/master.book.css +++ b/wolnelektury/media/css/master.book.css @@ -157,7 +157,9 @@ p { font-style: normal; font-weight: normal; font-size: 16px; - position: absolute; + float: right; + margin-right: -9.5em; + clear: both; left: 40em; line-height: 1.5em; text-align: left;