Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
64efa860
Commit
64efa860
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
for some reason iOS is shitting the bed on the .navbar-toggle unless it gets fixed dimensions
parent
3ed05f60
3 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8656
Added rel="stylesheet" to CDN-Examples
,
!8527
Inner properties move 1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+2
-0
docs/assets/css/bootstrap.css
less/navbar.less
+2
-0
less/navbar.less
with
4 additions
and
0 deletions
+4
-0
docs/assets/css/bootstrap.css
+
2
-
0
View file @
64efa860
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
2
-
0
View file @
64efa860
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets