]> git.openstreetmap.org Git - rails.git/commitdiff
No border radius here
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 7 Nov 2013 17:58:06 +0000 (09:58 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 7 Nov 2013 17:58:35 +0000 (09:58 -0800)
app/assets/stylesheets/common.css.scss

index 9625c656b48ba4487afd33dab724b8640544d0fd..f95bc6353289304b252bf3e130ce3d9c3075b32e 100644 (file)
@@ -304,9 +304,7 @@ nav.primary {
       float: left;
       &:last-child { 
         border-right: 0;
       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%); }
       > a:hover { background: lighten($green, 30%); }
       &.current > a:hover { background: $green; }
       &.disabled > a:hover { background: lighten($green, 38%); }