primaryRight class is a div that contains right boxes (if there is)
authorLaure Bourgois <Laure.Bourgois@logilab.fr>
Fri, 27 Feb 2009 17:29:08 +0100
changeset 989 c10485f92dd6
parent 988 b73f3cd23d43
child 990 5f1ff5b6907a
primaryRight class is a div that contains right boxes (if there is)
web/data/cubicweb.css
--- a/web/data/cubicweb.css	Fri Feb 27 17:27:21 2009 +0100
+++ b/web/data/cubicweb.css	Fri Feb 27 17:29:08 2009 +0100
@@ -586,9 +586,13 @@
   margin-bottom: 0px;
 }
 
+div.primaryRight{
+  float:right;
+  
+ }
+
 div.sideRelated {
   margin-right: 1em;
-  float: right;
   padding: 12px 0px 12px 12px;
   min-width: 21em;
   max-width: 50em;