From 7cffbf343690cbf8af9975bc5535f3ed926479ca Mon Sep 17 00:00:00 2001 From: genjimoto Date: Mon, 27 Jun 2005 22:23:58 +0000 Subject: [PATCH] theres a leftbloc. Why not a rightbloc? There is now. --- koha-tmpl/opac-tmpl/css/en/includes/opac.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/css/en/includes/opac.css b/koha-tmpl/opac-tmpl/css/en/includes/opac.css index a0789c2706..4756480f9e 100644 --- a/koha-tmpl/opac-tmpl/css/en/includes/opac.css +++ b/koha-tmpl/opac-tmpl/css/en/includes/opac.css @@ -311,7 +311,11 @@ select:hover { width:30%; border:0; } - +#rightbloc { + float:right; + width:40%; + border:0; +} #bottombloc { width:100%; height:200%; -- 2.20.1