# HG changeset patch # User Laure Bourgois # Date 1235752148 -3600 # Node ID c10485f92dd6684ac4b7d87b49444117c135c954 # Parent b73f3cd23d432e07c2f2efe4c357e0700decd420 primaryRight class is a div that contains right boxes (if there is) diff -r b73f3cd23d43 -r c10485f92dd6 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;