Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-07-18 13:19:13 +0400
committerMark Otto <otto@github.com>2013-07-18 13:19:13 +0400
commit64efa8603662bc5af55e79db61e747b6788f2a0d (patch)
tree9fd46fe080aed0bdc9b8bd840daa40a22e07aa0e /less/navbar.less
parent3ed05f60fd6e0fcb4f0f6b9d2f6c7ddb720afbe2 (diff)
for some reason iOS is shitting the bed on the .navbar-toggle unless it gets fixed dimensions
Diffstat (limited to 'less/navbar.less')
-rw-r--r--less/navbar.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less
index 6efac5f4e7..c87c8e68c3 100644
--- a/less/navbar.less
+++ b/less/navbar.less
@@ -119,6 +119,8 @@
position: absolute;
top: 10px;
right: 10px;
+ width: 48px;
+ height: 32px;
padding: 8px 12px;
background-color: transparent;
border: 1px solid #ddd;