Commit 3c9a18a0bfd7f79922325dde353d0fa458dcf9c0

Authored by Steven Verbeek
1 parent 54dc2d5c

Forgot others for border radius

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/assets/stylesheets/common.scss
@@ -299,6 +299,8 @@ nav.main_menu { @@ -299,6 +299,8 @@ nav.main_menu {
299 padding: 1px 6px 2px; 299 padding: 1px 6px 2px;
300 font-weight: bold; 300 font-weight: bold;
301 -webkit-border-radius: 9px; 301 -webkit-border-radius: 9px;
  302 + -moz-border-radius: 9px;
  303 + border-radius: 9px;
302 } 304 }
303 .label { 305 .label {
304 background:$hover; 306 background:$hover;