minor edits...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-03-06 23:31:55 +04:00
parent b87a46bbdb
commit 4c2854b363

View File

@ -677,28 +677,28 @@ div.page-number-text {
} }
/* column layouts */ /* column layouts */
.page .content .one-column { .one-column {
column-count: 1; column-count: 1;
-webkit-column-count: 1; -webkit-column-count: 1;
-moz-column-count: 1; -moz-column-count: 1;
text-align: justify; text-align: justify;
} }
.page .content .two-column { .two-column {
column-count: 2; column-count: 2;
-webkit-column-count: 2; -webkit-column-count: 2;
-moz-column-count: 2; -moz-column-count: 2;
text-align: justify; text-align: justify;
} }
.page .content .three-column { .three-column {
column-count: 3; column-count: 3;
-webkit-column-count: 3; -webkit-column-count: 3;
-moz-column-count: 3; -moz-column-count: 3;
text-align: justify; text-align: justify;
} }
.page .content .four-column { .four-column {
column-count: 4; column-count: 4;
-webkit-column-count: 4; -webkit-column-count: 4;
-moz-column-count: 4; -moz-column-count: 4;