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
5b85ed18
Commit
5b85ed18
authored
Apr 10, 2012
by
Bryan Petty
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed extra margin on Navbar buttons.
parent
4b81c0df
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-1
less/navbar.less
less/navbar.less
+1
-1
No files found.
docs/assets/bootstrap.zip
View file @
5b85ed18
No preview for this file type
docs/assets/css/bootstrap.css
View file @
5b85ed18
...
@@ -2926,7 +2926,7 @@ input[type="submit"].btn.btn-mini {
...
@@ -2926,7 +2926,7 @@ input[type="submit"].btn.btn-mini {
margin-top
:
5px
;
margin-top
:
5px
;
}
}
.navbar
.btn-group
.btn
{
.navbar
.btn-group
.btn
{
margin
-top
:
0
;
margin
:
0
;
}
}
.navbar-form
{
.navbar-form
{
margin-bottom
:
0
;
margin-bottom
:
0
;
...
...
less/navbar.less
View file @
5b85ed18
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
.navbarVerticalAlign(30px); // Vertically center in navbar
.navbarVerticalAlign(30px); // Vertically center in navbar
}
}
.btn-group .btn {
.btn-group .btn {
margin
-top
: 0; // then undo the margin here so we don't accidentally double it
margin: 0; // then undo the margin here so we don't accidentally double it
}
}
}
}
...
...
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