From 2e0e386a4570063b04367c5acfa429bdc07194b6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 15 Oct 2013 09:43:36 +0000 Subject: [PATCH] --- style/fluidbook.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style/fluidbook.css b/style/fluidbook.css index 0266ed18..df90a58c 100644 --- a/style/fluidbook.css +++ b/style/fluidbook.css @@ -10,6 +10,17 @@ .csstransforms #message{ display:none; } +#message{ + text-align: center; + margin: 30px auto; + width:600px; +} +#message a{ + text-decoration: underline; +} +#message a:after{ + content:" »"; +} /* Disable print div*/ #printpages{ -- 2.39.5