From 3c9a18a0bfd7f79922325dde353d0fa458dcf9c0 Mon Sep 17 00:00:00 2001 From: Steven Verbeek Date: Sat, 24 Mar 2012 18:31:01 -0300 Subject: [PATCH] Forgot others for border radius --- app/assets/stylesheets/common.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 77ff641f..63313513 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -299,6 +299,8 @@ nav.main_menu { padding: 1px 6px 2px; font-weight: bold; -webkit-border-radius: 9px; + -moz-border-radius: 9px; + border-radius: 9px; } .label { background:$hover;