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
b0e94339
Commit
b0e94339
authored
Jun 21, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve alignment of navbar brand and fix up left padding on list groups
parent
eba9b4de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+3
-2
less/list-group.less
less/list-group.less
+2
-1
less/navbar.less
less/navbar.less
+1
-1
No files found.
docs/assets/css/bootstrap.css
View file @
b0e94339
...
...
@@ -2956,7 +2956,8 @@ input[type="button"].btn-block {
}
.list-group
{
margin
:
0
0
20px
;
padding-left
:
0
;
margin-bottom
:
20px
;
background-color
:
#ffffff
;
}
...
...
@@ -3698,7 +3699,7 @@ button.close {
.navbar-brand
{
float
:
left
;
margin-right
:
5px
;
margin-left
:
-5px
;
margin-left
:
-
1
5px
;
}
.navbar-nav
{
float
:
left
;
...
...
less/list-group.less
View file @
b0e94339
...
...
@@ -7,7 +7,8 @@
// Easily usable on <ul>, <ol>, or <div>.
.list-group {
// No need to set list-style: none; since .list-group-item is block level
margin: 0 0 20px; // reset all margins because ul and ol
margin-bottom: 20px;
padding-left: 0; // reset padding because ul and ol
background-color: @list-group-bg;
}
...
...
less/navbar.less
View file @
b0e94339
...
...
@@ -284,7 +284,7 @@
.navbar-brand {
float: left;
margin-left: -5px;
margin-left: -
1
5px;
margin-right: 5px;
}
.navbar-nav {
...
...
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