Skip to content

Commit

Permalink
add mozilla version of column CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Sep 15, 2015
1 parent db6b2c5 commit cefcdf9
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions listings/book.tmpl
Expand Up @@ -15,9 +15,17 @@
width: 100%;
padding: 10px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
height: 90vh;
font-family: 'Gentium Book Basic', serif;
color: #2d2e2e;
Expand Down
8 changes: 8 additions & 0 deletions listings/book1.tmpl
Expand Up @@ -15,9 +15,17 @@
width: 100%;
padding: 10px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
height: 90vh;
font-color: #2d2e2e;
font-weight: 500;
Expand Down
8 changes: 8 additions & 0 deletions listings/book2.tmpl
Expand Up @@ -14,9 +14,17 @@
width: 100%;
padding: 10px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
height: 90vh;
## Use Gentium for the text
font-family: 'Gentium Book Basic', serif;
Expand Down
8 changes: 8 additions & 0 deletions templates/book.tmpl
Expand Up @@ -15,9 +15,17 @@
width: 100%;
padding: 10px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
height: 90vh;
font-family: 'Gentium Book Basic', serif;
color: #2d2e2e;
Expand Down
8 changes: 8 additions & 0 deletions templates/book1.tmpl
Expand Up @@ -15,9 +15,17 @@
width: 100%;
padding: 10px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
height: 90vh;
font-color: #2d2e2e;
font-weight: 500;
Expand Down
8 changes: 8 additions & 0 deletions templates/book2.tmpl
Expand Up @@ -14,9 +14,17 @@
width: 100%;
padding: 10px;
-webkit-column-gap: 40px;
-moz-column-gap: 40px;
column-gap: 40px;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-rule: 1px solid #ddd;
-moz-column-rule: 1px solid #ddd;
column-rule: 1px solid #ddd;
height: 90vh;
## Use Gentium for the text
font-family: 'Gentium Book Basic', serif;
Expand Down

0 comments on commit cefcdf9

Please sign in to comment.