0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 21:12:41 +00:00

Revert Marked Update

Too many edge cases still broken. Bah.
This commit is contained in:
Trevor Buckner
2020-05-10 21:11:03 -04:00
parent e94148b2f0
commit 7c813be13a
5 changed files with 1395 additions and 1503 deletions

View File

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