Index: style.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/multiflex3/style.css,v retrieving revision 1.23 diff -u -r1.23 style.css --- style.css 14 May 2009 09:38:17 -0000 1.23 +++ style.css 14 Mar 2010 15:19:08 -0000 @@ -792,7 +792,6 @@ text-align: center; } #primary-links-region ul { - float: left; /* LTR */ list-style: none; margin: 0; padding: 0; Index: style-rtl.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/themes/multiflex3/style-rtl.css,v retrieving revision 1.12 diff -u -r1.12 style-rtl.css --- style-rtl.css 14 May 2009 08:17:07 -0000 1.12 +++ style-rtl.css 14 Mar 2010 15:19:07 -0000 @@ -269,9 +269,6 @@ /** * Primary navigation */ -#primary-links-region ul { - float: right; -} #primary-links-region ul li { float: right; border-left: solid 1px #AFAFAF;