Commit 64efa860 authored by Mark Otto's avatar Mark Otto
Browse files

for some reason iOS is shitting the bed on the .navbar-toggle unless it gets fixed dimensions

parent 3ed05f60
3 merge requests!8635ignore Gruntfile.js in jekyll,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1
Showing with 4 additions and 0 deletions
+4 -0
...@@ -2870,6 +2870,8 @@ button.close { ...@@ -2870,6 +2870,8 @@ button.close {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 10px; right: 10px;
width: 48px;
height: 32px;
padding: 8px 12px; padding: 8px 12px;
background-color: transparent; background-color: transparent;
border: 1px solid #ddd; border: 1px solid #ddd;
......
...@@ -119,6 +119,8 @@ ...@@ -119,6 +119,8 @@
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 10px; right: 10px;
width: 48px;
height: 32px;
padding: 8px 12px; padding: 8px 12px;
background-color: transparent; background-color: transparent;
border: 1px solid #ddd; border: 1px solid #ddd;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment