scribble CSS: force text-align left in RktBlk

Because IE seems to default to inherit while other browsers
default to left.

original commit: 87652cd32e285ac9c37494c49feff867e7ab0e21
This commit is contained in:
Matthew Flatt 2011-09-15 07:25:30 -06:00
parent 4622f11e5f
commit 5a16309b24

View File

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