mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
New grid classes
This commit is contained in:
+3
-3
@@ -179,12 +179,12 @@ th {
|
||||
// -----------------
|
||||
|
||||
// Reset default table behavior
|
||||
table col[class^="span"] {
|
||||
table col[class*="col-span-"] {
|
||||
float: none;
|
||||
display: table-column;
|
||||
}
|
||||
table td[class^="span"],
|
||||
table th[class^="span"] {
|
||||
table td[class*="col-span-"],
|
||||
table th[class*="col-span-"] {
|
||||
float: none;
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user