Forgot others for border radius

This commit is contained in:
Steven Verbeek 2012-03-24 18:31:01 -03:00
parent 54dc2d5c32
commit 3c9a18a0bf

View file

@ -299,6 +299,8 @@ nav.main_menu {
padding: 1px 6px 2px; padding: 1px 6px 2px;
font-weight: bold; font-weight: bold;
-webkit-border-radius: 9px; -webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
} }
.label { .label {
background:$hover; background:$hover;