From 5670a10f90a88d52fda0d1f23fef62aa9edc8467 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20St=C4=99pniowski?= Date: Wed, 24 Sep 2008 15:40:15 +0200 Subject: [PATCH] Fixed overlapping themes in reader. --- wolnelektury/media/css/master.book.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.20.1