Browse Source

float buttons left by default in bars.

pull/245/head
connors 11 years ago
parent
commit
2987aeb8f2
  1. 3
      lib/sass/buttons.scss

3
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;

Loading…
Cancel
Save