mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
Merge pull request #7629 from Boulox/dupe-table-rule
Remove dupe css rule of table element
This commit is contained in:
commit
f47aa08bad
2 changed files with 0 additions and 4 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -1013,8 +1013,6 @@ pre code {
|
|||
table {
|
||||
max-width: 100%;
|
||||
background-color: transparent;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
th {
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@
|
|||
table {
|
||||
max-width: 100%;
|
||||
background-color: @table-bg;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
}
|
||||
th {
|
||||
text-align: left;
|
||||
|
|
|
|||
Loading…
Reference in a new issue