mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 07:14:36 +02:00
remove table grid sizing, it can use the new default grid columns instead
This commit is contained in:
144
docs/assets/css/bootstrap.css
vendored
144
docs/assets/css/bootstrap.css
vendored
@@ -1834,150 +1834,6 @@ table [class*=span] {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span1 {
|
||||
float: none;
|
||||
width: 44px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span2 {
|
||||
float: none;
|
||||
width: 124px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span3 {
|
||||
float: none;
|
||||
width: 204px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span4 {
|
||||
float: none;
|
||||
width: 284px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span5 {
|
||||
float: none;
|
||||
width: 364px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span6 {
|
||||
float: none;
|
||||
width: 444px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span7 {
|
||||
float: none;
|
||||
width: 524px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span8 {
|
||||
float: none;
|
||||
width: 604px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span9 {
|
||||
float: none;
|
||||
width: 684px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span10 {
|
||||
float: none;
|
||||
width: 764px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span11 {
|
||||
float: none;
|
||||
width: 844px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span12 {
|
||||
float: none;
|
||||
width: 924px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span13 {
|
||||
float: none;
|
||||
width: 1004px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span14 {
|
||||
float: none;
|
||||
width: 1084px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span15 {
|
||||
float: none;
|
||||
width: 1164px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span16 {
|
||||
float: none;
|
||||
width: 1244px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span17 {
|
||||
float: none;
|
||||
width: 1324px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span18 {
|
||||
float: none;
|
||||
width: 1404px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span19 {
|
||||
float: none;
|
||||
width: 1484px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span20 {
|
||||
float: none;
|
||||
width: 1564px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span21 {
|
||||
float: none;
|
||||
width: 1644px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span22 {
|
||||
float: none;
|
||||
width: 1724px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span23 {
|
||||
float: none;
|
||||
width: 1804px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table .span24 {
|
||||
float: none;
|
||||
width: 1884px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.table tbody tr.success td {
|
||||
background-color: #dff0d8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user