2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

remove max-width: 100%; from table and place it on .table

This commit is contained in:
Mark Otto
2014-06-08 16:54:05 -07:00
parent aee18bcc4a
commit 85cde774b9
9 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -890,7 +890,7 @@ th {
box-sizing: border-box;
}
html {
font-size: 62.5%;
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@@ -2038,7 +2038,6 @@ pre code {
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
@@ -2046,6 +2045,7 @@ th {
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th,
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
View File
@@ -1717,7 +1717,6 @@ if (typeof jQuery === 'undefined') { throw new Error('Bootstrap\'s JavaScript re
this.$body
.find(this.selector)
.filter(':visible')
.map(function () {
var $el = $(this)
var href = $el.data('target') || $el.attr('href')
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -15,6 +15,7 @@ th {
.table {
width: 100%;
max-width: 100%;
margin-bottom: @line-height-computed;
// Cells
> thead,