Skip to content

Commit

Permalink
Fix whitespace usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mahemoff committed Oct 4, 2014
1 parent d97eb09 commit aeba31f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cleanslate.css
Expand Up @@ -123,13 +123,13 @@
}
.cleanslate th, .cleanslate td {
display: table-cell !important;
vertical-align: middle !important;
vertical-align: middle !important;
}
.cleanslate td[valign=top] {
vertical-align: top !important
vertical-align: top !important
}
.cleanslate td[valign=bottom] {
vertical-align: bottom !important
vertical-align: bottom !important
}
/* == SPECIFIC ELEMENTS == */
/* Some of these are browser defaults; some are just useful resets */
Expand Down

0 comments on commit aeba31f

Please sign in to comment.