mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
remove repeated table reset
This commit is contained in:
@@ -133,14 +133,4 @@ input[type="search"]::-webkit-search-decoration {
|
|||||||
textarea {
|
textarea {
|
||||||
overflow: auto; // Remove vertical scrollbar in IE6-9
|
overflow: auto; // Remove vertical scrollbar in IE6-9
|
||||||
vertical-align: top; // Readability and alignment cross-browser
|
vertical-align: top; // Readability and alignment cross-browser
|
||||||
}
|
|
||||||
|
|
||||||
// Tables
|
|
||||||
// -------------------------
|
|
||||||
// Source: http://github.com/necolas/normalize.css
|
|
||||||
|
|
||||||
// Remove spacing between table cells
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user