]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
No border radius here
[rails.git] / app / assets / stylesheets / common.css.scss
index 9625c656b48ba4487afd33dab724b8640544d0fd..f95bc6353289304b252bf3e130ce3d9c3075b32e 100644 (file)
@@ -304,9 +304,7 @@ nav.primary {
       float: left;
       &:last-child { 
         border-right: 0;
-        > a { border-radius: 0 $border-radius $border-radius 0; } 
       }
-      &:first-child > a { border-radius: $border-radius 0 0 $border-radius; }
       > a:hover { background: lighten($green, 30%); }
       &.current > a:hover { background: $green; }
       &.disabled > a:hover { background: lighten($green, 38%); }