diff options
| author | Chris Rebert <[email protected]> | 2013-12-03 11:14:13 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-03 11:14:13 -0800 |
| commit | 199872418c1d0aac6e79218cfb86ba2b751e571e (patch) | |
| tree | fb878c7242b29c8b8d02e68b4f0454f2f027981e | |
| parent | f2dab82d307259c9029e21fc5020ada482b0df7c (diff) | |
| download | bootstrap-199872418c1d0aac6e79218cfb86ba2b751e571e.tar.xz bootstrap-199872418c1d0aac6e79218cfb86ba2b751e571e.zip | |
reference root issue in explanatory comment
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index 9c5eeed4e..7188703e5 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -178,7 +178,7 @@ padding: 9px 10px; .navbar-vertical-align(34px); background-color: transparent; - background-image: none; // Fix for at least Firefox on Android, per #11468 + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 border: 1px solid transparent; border-radius: @border-radius-base; |
