mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 19:22:52 +00:00
Isolate change to Firefox
This commit is contained in:
@@ -145,8 +145,8 @@ body { counter-reset : page-numbers 0; }
|
|||||||
blockquote,table {
|
blockquote,table {
|
||||||
z-index : 15;
|
z-index : 15;
|
||||||
-webkit-column-break-inside : avoid;
|
-webkit-column-break-inside : avoid;
|
||||||
page-break-inside : auto;
|
page-break-inside : avoid;
|
||||||
break-inside : auto;
|
break-inside : avoid;
|
||||||
}
|
}
|
||||||
// Nested lists
|
// Nested lists
|
||||||
ul ul,ol ol,ul ol,ol ul {
|
ul ul,ol ol,ul ol,ol ul {
|
||||||
@@ -611,3 +611,17 @@ h6,
|
|||||||
}
|
}
|
||||||
.toc.wide li { break-inside : auto; }
|
.toc.wide li { break-inside : auto; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**********************************
|
||||||
|
Firefox endruns
|
||||||
|
**********************************/
|
||||||
|
|
||||||
|
@supports (-moz-user-select: none) { // This section will only apply to Firefox; it's the only browser that supports `-mos-xyz...`
|
||||||
|
.page {
|
||||||
|
.blockquote, .table {
|
||||||
|
page-break-inside: auto;
|
||||||
|
break-inside: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user