From 2edd14f7e9140ca2b833e048b549810886fa5a02 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 9 Jan 2006 10:33:03 +0000 Subject: [PATCH] alternate css update --- koha-tmpl/opac-tmpl/css/opac2.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/css/opac2.css b/koha-tmpl/opac-tmpl/css/opac2.css index 1162e851c9..f8c28582a1 100644 --- a/koha-tmpl/opac-tmpl/css/opac2.css +++ b/koha-tmpl/opac-tmpl/css/opac2.css @@ -3,7 +3,7 @@ */ body { - background-color:white; + background-color:#F5F5FF; font-family:verdana,arial,helvetica,sans-serif; font-size:10pt; margin:0px; @@ -148,7 +148,8 @@ p.center { /* the copyright (at the end of the main page */ p.copyright { border-top: 1px solid #000000; - margin-top:10px; + margin-top:15px; + padding-top:5px; text-align:center; } @@ -277,6 +278,7 @@ select { /* the mainbloc : everything is in mainbloc, except menu */ #mainbloc { + background-color:white; float:left; width:90%; border:1px solid #516ff3; -- 2.39.5