scribble CSS: force text-align left in RktBlk

Because IE seems to default to inherit while other browsers
default to left.
This commit is contained in:
Matthew Flatt 2011-09-15 07:25:30 -06:00
parent 9bd50695b5
commit 87652cd32e

View File

@ -137,6 +137,7 @@
.RktBlk {
white-space: inherit;
text-align: left;
}
.RktBlk tr {