diff options
| author | Mark Otto <[email protected]> | 2013-01-16 10:49:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 10:49:19 -0800 |
| commit | 5a3cb0d778b22db3ecd412dd2c6367d09a356c6d (patch) | |
| tree | 1a9f3f93ec542ed5b496d16c7686312b20549dab /less | |
| parent | 85db846b651842444d374f8e54f3f362ca18d08e (diff) | |
| download | bootstrap-5a3cb0d778b22db3ecd412dd2c6367d09a356c6d.tar.xz bootstrap-5a3cb0d778b22db3ecd412dd2c6367d09a356c6d.zip | |
remove extra border-radius props
Diffstat (limited to 'less')
| -rw-r--r-- | less/navs.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/navs.less b/less/navs.less index c8fb40d86..b1803b3b6 100644 --- a/less/navs.less +++ b/less/navs.less @@ -38,7 +38,6 @@ border-top-right-radius: @border-radius-base; } .nav-list > li:last-child > a { - border-radius: 0 0 6px 6px; border-bottom-left-radius: @border-radius-base; border-bottom-right-radius: @border-radius-base; } |
