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
09edfcf8
Commit
09edfcf8
authored
Jul 29, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes #8670: move list group bg color to individual items for mo betta rendering
parent
87c98478
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dist/css/bootstrap.css
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/list-group.less
less/list-group.less
+1
-1
No files found.
dist/css/bootstrap.css
View file @
09edfcf8
...
@@ -2196,7 +2196,6 @@ input[type="button"].btn-block {
...
@@ -2196,7 +2196,6 @@ input[type="button"].btn-block {
.list-group
{
.list-group
{
padding-left
:
0
;
padding-left
:
0
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
background-color
:
#ffffff
;
}
}
.list-group-item
{
.list-group-item
{
...
@@ -2204,6 +2203,7 @@ input[type="button"].btn-block {
...
@@ -2204,6 +2203,7 @@ input[type="button"].btn-block {
display
:
block
;
display
:
block
;
padding
:
10px
30px
10px
15px
;
padding
:
10px
30px
10px
15px
;
margin-bottom
:
-1px
;
margin-bottom
:
-1px
;
background-color
:
#ffffff
;
border
:
1px
solid
#dddddd
;
border
:
1px
solid
#dddddd
;
}
}
...
...
dist/css/bootstrap.min.css
View file @
09edfcf8
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/list-group.less
View file @
09edfcf8
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
// No need to set list-style: none; since .list-group-item is block level
// No need to set list-style: none; since .list-group-item is block level
margin-bottom: 20px;
margin-bottom: 20px;
padding-left: 0; // reset padding because ul and ol
padding-left: 0; // reset padding because ul and ol
background-color: @list-group-bg;
}
}
// Individual list items
// Individual list items
...
@@ -21,6 +20,7 @@
...
@@ -21,6 +20,7 @@
padding: 10px 30px 10px 15px;
padding: 10px 30px 10px 15px;
// Place the border on the list items and negative margin up for better styling
// Place the border on the list items and negative margin up for better styling
margin-bottom: -1px;
margin-bottom: -1px;
background-color: @list-group-bg;
border: 1px solid @list-group-border;
border: 1px solid @list-group-border;
// Round the first and last items
// Round the first and last items
...
...
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