From 2987aeb8f22c2ed953ec684f0e1771e891d50449 Mon Sep 17 00:00:00 2001 From: connors Date: Fri, 20 Dec 2013 12:47:39 -0800 Subject: [PATCH] float buttons left by default in bars. --- lib/sass/buttons.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/sass/buttons.scss b/lib/sass/buttons.scss index 80b5e15..e7ab2f7 100644 --- a/lib/sass/buttons.scss +++ b/lib/sass/buttons.scss @@ -107,8 +107,7 @@ .bar-nav { // Generic style for all buttons in .bar-title [class*="button"] { - position: relative; - z-index: 10; // Places buttons over full width title + float: left; // Places buttons to the left by default padding: 0; font-size: 16px; font-weight: $font-weight-light;