summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorSteven Verbeek <dubcanada@gmail.com>2012-03-24 18:31:01 -0300
committerSteven Verbeek <dubcanada@gmail.com>2012-03-24 18:31:01 -0300
commit3c9a18a0bfd7f79922325dde353d0fa458dcf9c0 (patch)
tree309925b9b6e30c81a007792109a76a153234ae10 /app
parent54dc2d5c3242fc7aa700b0f1961c6801ec48ac9c (diff)
downloadgitlab-ce-3c9a18a0bfd7f79922325dde353d0fa458dcf9c0.tar.gz
Forgot others for border radius
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/common.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss
index 77ff641fac1..633135137e7 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;