Port of blueprint commit:

commit 29a8d150c7e993c5379bf974ff75da9388ff1f37
Author: Christian Montoya <sirokai@gmail.com>
Date:   Tue Sep 14 17:10:53 2010 -0400

    Fixing reset.css, preventing table cell floating
This commit is contained in:
Chris Eppstein 2010-11-12 10:08:51 -08:00
parent 20587214dc
commit 31c133c961
3 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,7 @@
@mixin blueprint-reset-table-cell($reset-base-class: false) {
@if $reset-base-class { @extend .#{$reset-base-class}; }
@else { @include blueprint-reset; }
float: none !important;
text-align: left;
font-weight: normal;
vertical-align: middle; }

View File

@ -28,6 +28,7 @@ blockquote, q {
content: ""; }
th, td, caption {
float: none !important;
text-align: left;
font-weight: normal;
vertical-align: middle; }
@ -62,6 +63,7 @@ body.testing blockquote, body.testing q {
body.testing blockquote:before, body.testing blockquote:after, body.testing q:before, body.testing q:after {
content: ""; }
body.testing th, body.testing td, body.testing caption {
float: none !important;
text-align: left;
font-weight: normal;
vertical-align: middle; }

View File

@ -28,6 +28,7 @@ blockquote, q {
content: ""; }
th, td, caption {
float: none !important;
text-align: left;
font-weight: normal;
vertical-align: middle; }