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
632e3c42
Commit
632e3c42
authored
Sep 08, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into docs_welcome
parents
d42591e6
fff5e540
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
11 deletions
+14
-11
assets/css/docs.css
assets/css/docs.css
+5
-0
dist/css/bootstrap.css
dist/css/bootstrap.css
+8
-9
dist/css/bootstrap.min.css
dist/css/bootstrap.min.css
+1
-1
less/tables.less
less/tables.less
+0
-1
No files found.
assets/css/docs.css
View file @
632e3c42
...
...
@@ -722,6 +722,11 @@ h1[id] {
margin
:
5px
;
}
/* Tables */
.bs-example
>
.table-responsive
>
.table
{
background-color
:
#fff
;
}
/* Buttons */
.bs-example
>
.btn
,
.bs-example
>
.btn-group
{
...
...
dist/css/bootstrap.css
View file @
632e3c42
...
...
@@ -1551,7 +1551,7 @@ table th[class*="col-"] {
.table
>
tbody
>
tr
.danger
>
th
,
.table
>
tfoot
>
tr
.danger
>
th
{
background-color
:
#f2dede
;
border-color
:
#e
ed3d7
;
border-color
:
#e
bccd1
;
}
.table-hover
>
tbody
>
tr
>
td
.danger
:hover
,
...
...
@@ -1559,7 +1559,7 @@ table th[class*="col-"] {
.table-hover
>
tbody
>
tr
.danger
:hover
>
td
,
.table-hover
>
tbody
>
tr
.danger
:hover
>
th
{
background-color
:
#ebcccc
;
border-color
:
#e
6c1c7
;
border-color
:
#e
4b9c0
;
}
.table
>
thead
>
tr
>
td
.warning
,
...
...
@@ -1598,7 +1598,6 @@ table th[class*="col-"] {
}
.table-responsive
>
.table
{
margin-bottom
:
0
;
background-color
:
#fff
;
}
.table-responsive
>
.table
>
thead
>
tr
>
th
,
.table-responsive
>
.table
>
tbody
>
tr
>
th
,
...
...
@@ -5145,11 +5144,11 @@ a.thumbnail:focus {
.alert-danger
{
color
:
#b94a48
;
background-color
:
#f2dede
;
border-color
:
#e
ed3d7
;
border-color
:
#e
bccd1
;
}
.alert-danger
hr
{
border-top-color
:
#e
6c1c7
;
border-top-color
:
#e
4b9c0
;
}
.alert-danger
.alert-link
{
...
...
@@ -5608,21 +5607,21 @@ a.list-group-item:focus {
}
.panel-danger
{
border-color
:
#e
ed3d7
;
border-color
:
#e
bccd1
;
}
.panel-danger
>
.panel-heading
{
color
:
#b94a48
;
background-color
:
#f2dede
;
border-color
:
#e
ed3d7
;
border-color
:
#e
bccd1
;
}
.panel-danger
>
.panel-heading
+
.panel-collapse
.panel-body
{
border-top-color
:
#e
ed3d7
;
border-top-color
:
#e
bccd1
;
}
.panel-danger
>
.panel-footer
+
.panel-collapse
.panel-body
{
border-bottom-color
:
#e
ed3d7
;
border-bottom-color
:
#e
bccd1
;
}
.panel-info
{
...
...
dist/css/bootstrap.min.css
View file @
632e3c42
This source diff could not be displayed because it is too large. You can
view the blob
instead.
less/tables.less
View file @
632e3c42
...
...
@@ -194,7 +194,6 @@ table {
// Tighten up spacing and give a background color
> .table {
margin-bottom: 0;
background-color: #fff;
// Ensure the content doesn't wrap
> thead,
...
...
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