mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fixes #14095: Add basic styling for captions, which we've for some reason been missing all this time.
This commit is contained in:
Vendored
+6
@@ -2055,6 +2055,12 @@ pre code {
|
|||||||
table {
|
table {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
caption {
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
color: #777;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+6
@@ -2055,6 +2055,12 @@ pre code {
|
|||||||
table {
|
table {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
caption {
|
||||||
|
padding-top: 8px;
|
||||||
|
padding-bottom: 8px;
|
||||||
|
color: #777;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -6,6 +6,12 @@
|
|||||||
table {
|
table {
|
||||||
background-color: @table-bg;
|
background-color: @table-bg;
|
||||||
}
|
}
|
||||||
|
caption {
|
||||||
|
padding-top: @table-cell-padding;
|
||||||
|
padding-bottom: @table-cell-padding;
|
||||||
|
color: @text-muted;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
th {
|
th {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user