0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 21:42:45 +00:00

Column split now a key word

This commit is contained in:
Scott Tolksdorf
2017-02-26 19:38:42 -05:00
parent 234d216d64
commit e112808706
9 changed files with 57 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
@import './phb.blocks.less';
@page { margin: 0; } //????
@page { margin: 0; } //TODO: ????
.useColumns(@multiplier : 1){
@@ -322,12 +322,14 @@
list-style-type : none;
}
//Column Break
/*
pre, code{
visibility : hidden;
-webkit-column-break-after : always;
break-after : always;
-moz-column-break-after : always;
}
*/
//Avoid breaking up
p,blockquote,table{
z-index : 15;