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