Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
3326e1b2
Commit
3326e1b2
authored
Apr 28, 2013
by
Robert Burns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix navbar on phone/tablet devices after navbar overhaul
parent
8b3a1702
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-5
less/navbar.less
less/navbar.less
+1
-5
No files found.
docs/assets/css/bootstrap.css
View file @
3326e1b2
...
...
@@ -3490,7 +3490,7 @@ button.close {
.navbar
{
position
:
relative
;
padding
:
10px
15px
;
padding
:
0
15px
;
background-color
:
#eeeeee
;
border-radius
:
4px
;
}
...
...
@@ -3741,10 +3741,6 @@ button.close {
}
@media
screen
and
(
min-width
:
768px
)
{
.navbar
{
padding-top
:
0
;
padding-bottom
:
0
;
}
.navbar-brand
{
float
:
left
;
margin-right
:
5px
;
...
...
less/navbar.less
View file @
3326e1b2
...
...
@@ -5,7 +5,7 @@
// Wrapper and base class
.navbar {
position: relative;
padding:
1
0px 15px;
padding: 0px 15px;
background-color: @navbar-bg;
border-radius: @border-radius-base;
// Prevent floats from breaking the navbar
...
...
@@ -264,10 +264,6 @@
@media screen and (min-width: @screen-tablet) {
.navbar {
padding-top: 0;
padding-bottom: 0;
}
.navbar-brand {
float: left;
margin-left: -5px;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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