Commit d42a00c1 authored by Mark Otto's avatar Mark Otto
Browse files

remove repeated table reset

parent 7070d44a
No related merge requests found
Showing with 0 additions and 10 deletions
+0 -10
......@@ -133,14 +133,4 @@ input[type="search"]::-webkit-search-decoration {
textarea {
overflow: auto; // Remove vertical scrollbar in IE6-9
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;
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment