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:
parent
9bd50695b5
commit
87652cd32e
|
@ -137,6 +137,7 @@
|
|||
|
||||
.RktBlk {
|
||||
white-space: inherit;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.RktBlk tr {
|
||||
|
|
Loading…
Reference in New Issue
Block a user