Skip to content

Commit cefcdf9

Browse files
committedSep 15, 2015
add mozilla version of column CSS
1 parent db6b2c5 commit cefcdf9

File tree

6 files changed

+48
-0
lines changed

6 files changed

+48
-0
lines changed
 

‎listings/book.tmpl

+8
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@
1515
width: 100%;
1616
padding: 10px;
1717
-webkit-column-gap: 40px;
18+
-moz-column-gap: 40px;
19+
column-gap: 40px;
1820
-webkit-column-width: 400px;
21+
-moz-column-width: 400px;
22+
column-width: 400px;
1923
-webkit-column-count: 2;
24+
-moz-column-count: 2;
25+
column-count: 2;
2026
-webkit-column-rule: 1px solid #ddd;
27+
-moz-column-rule: 1px solid #ddd;
28+
column-rule: 1px solid #ddd;
2129
height: 90vh;
2230
font-family: 'Gentium Book Basic', serif;
2331
color: #2d2e2e;

‎listings/book1.tmpl

+8
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@
1515
width: 100%;
1616
padding: 10px;
1717
-webkit-column-gap: 40px;
18+
-moz-column-gap: 40px;
19+
column-gap: 40px;
1820
-webkit-column-width: 400px;
21+
-moz-column-width: 400px;
22+
column-width: 400px;
1923
-webkit-column-count: 2;
24+
-moz-column-count: 2;
25+
column-count: 2;
2026
-webkit-column-rule: 1px solid #ddd;
27+
-moz-column-rule: 1px solid #ddd;
28+
column-rule: 1px solid #ddd;
2129
height: 90vh;
2230
font-color: #2d2e2e;
2331
font-weight: 500;

‎listings/book2.tmpl

+8
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
1414
width: 100%;
1515
padding: 10px;
1616
-webkit-column-gap: 40px;
17+
-moz-column-gap: 40px;
18+
column-gap: 40px;
1719
-webkit-column-width: 400px;
20+
-moz-column-width: 400px;
21+
column-width: 400px;
1822
-webkit-column-count: 2;
23+
-moz-column-count: 2;
24+
column-count: 2;
1925
-webkit-column-rule: 1px solid #ddd;
26+
-moz-column-rule: 1px solid #ddd;
27+
column-rule: 1px solid #ddd;
2028
height: 90vh;
2129
## Use Gentium for the text
2230
font-family: 'Gentium Book Basic', serif;

‎templates/book.tmpl

+8
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@
1515
width: 100%;
1616
padding: 10px;
1717
-webkit-column-gap: 40px;
18+
-moz-column-gap: 40px;
19+
column-gap: 40px;
1820
-webkit-column-width: 400px;
21+
-moz-column-width: 400px;
22+
column-width: 400px;
1923
-webkit-column-count: 2;
24+
-moz-column-count: 2;
25+
column-count: 2;
2026
-webkit-column-rule: 1px solid #ddd;
27+
-moz-column-rule: 1px solid #ddd;
28+
column-rule: 1px solid #ddd;
2129
height: 90vh;
2230
font-family: 'Gentium Book Basic', serif;
2331
color: #2d2e2e;

‎templates/book1.tmpl

+8
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@
1515
width: 100%;
1616
padding: 10px;
1717
-webkit-column-gap: 40px;
18+
-moz-column-gap: 40px;
19+
column-gap: 40px;
1820
-webkit-column-width: 400px;
21+
-moz-column-width: 400px;
22+
column-width: 400px;
1923
-webkit-column-count: 2;
24+
-moz-column-count: 2;
25+
column-count: 2;
2026
-webkit-column-rule: 1px solid #ddd;
27+
-moz-column-rule: 1px solid #ddd;
28+
column-rule: 1px solid #ddd;
2129
height: 90vh;
2230
font-color: #2d2e2e;
2331
font-weight: 500;

‎templates/book2.tmpl

+8
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
1414
width: 100%;
1515
padding: 10px;
1616
-webkit-column-gap: 40px;
17+
-moz-column-gap: 40px;
18+
column-gap: 40px;
1719
-webkit-column-width: 400px;
20+
-moz-column-width: 400px;
21+
column-width: 400px;
1822
-webkit-column-count: 2;
23+
-moz-column-count: 2;
24+
column-count: 2;
1925
-webkit-column-rule: 1px solid #ddd;
26+
-moz-column-rule: 1px solid #ddd;
27+
column-rule: 1px solid #ddd;
2028
height: 90vh;
2129
## Use Gentium for the text
2230
font-family: 'Gentium Book Basic', serif;

0 commit comments

Comments
 (0)
Please sign in to comment.