0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 15:02:38 +00:00

All fixes seem to be working?

This commit is contained in:
Trevor Buckner
2020-03-25 12:09:50 -04:00
parent b9cfc2e6af
commit 5bc948ab0a
4 changed files with 66 additions and 14 deletions

View File

@@ -177,6 +177,12 @@ body {
}
}
//*****************************
// * SPLIT TABLE
// *****************************/
div table+pre {
display: none;
}
//*****************************
// * NOTE
// *****************************/
blockquote{
@@ -330,9 +336,8 @@ body {
//Column Break
pre, code{
visibility : hidden;
-webkit-column-break-after : always;
break-after : always;
-moz-column-break-after : always;
break-after : column;
min-height : 1px;
}
//Avoid breaking up
p,blockquote,table{