diff options
| author | Mark Otto <[email protected]> | 2014-09-22 14:17:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-22 14:17:54 -0700 |
| commit | f540569e87134942cc0a4e52f6b79f9dc9b7e968 (patch) | |
| tree | 8a972b8b5a84e1468e562b9349a389d1c1ac78f9 | |
| parent | 4a3931d4c57e30f3ed01cc66092178bb9e565851 (diff) | |
| download | bootstrap-f540569e87134942cc0a4e52f6b79f9dc9b7e968.tar.xz bootstrap-f540569e87134942cc0a4e52f6b79f9dc9b7e968.zip | |
Fixes #14227, #14603: Drop translate3d for translate on navbars to avoid iOS rendering problems and ensure a more predictable base styling
| -rw-r--r-- | less/navbar.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index 8e82888a9..bb2f10a58 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -141,7 +141,6 @@ right: 0; left: 0; z-index: @zindex-navbar-fixed; - .translate3d(0, 0, 0); // Undo the rounded corners @media (min-width: @grid-float-breakpoint) { |
