Browse Source

Do not overlap bar buttons.

pull/25/head
Simon Eisenmann 12 years ago
parent
commit
ef51f2367b
  1. 2
      src/styles/components/_bar.scss

2
src/styles/components/_bar.scss

@ -90,7 +90,7 @@ font-size:24px;
padding:0px; padding:0px;
line-height:40px; line-height:40px;
text-align:center; text-align:center;
margin-left:-8px; margin-left:-4px;
} }
#bar > .right .btn:focus { #bar > .right .btn:focus {
border: none; border: none;

Loading…
Cancel
Save