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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user