From bf626bbed084a6439f6a059f9b6457a136195bfd Mon Sep 17 00:00:00 2001 From: Patrick Malley Date: Fri, 28 May 2010 03:24:11 +0000 Subject: [PATCH] Added float to navbutton --- theme/base/style/core.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index ba583552266..da2a9e07c89 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -131,6 +131,7 @@ a.skip:active {position: static;display: block;} .breadcrumb {float:left;} .navbutton {text-align:right;} .breadcrumb ul {padding:0;margin:0;text-indent:0;list-style:none;} +.navbutton {float: right;} .breadcrumb li, .navbutton div, .navbutton form {display:inline;}