this seems more reliable

This commit is contained in:
Shish 2012-02-12 10:05:26 +00:00
parent 294d24ad4b
commit 84fae296e5

View file

@ -208,9 +208,9 @@ UL {
margin: auto; margin: auto;
} }
.setupblocks .rr { .setupblocks .rr {
column-break-inside: avoid; break-inside: avoid;
-moz-column-break-inside: avoid; -moz-break-inside: avoid;
-webkit-column-break-inside: avoid; -webkit-break-inside: avoid;
} }
.setupblock { .setupblock {
text-align: center; text-align: center;