File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 16
16
< polymer-element name ="cxx-function " constructor ="CxxFunctionElement " noscript >
17
17
< template >
18
18
< style >
19
- : host { dis play: block; }
19
+ : host { dis play: block; page-break - inside : avoid; }
20
20
: host : not (: last-child ) { margin-bottom : 3ex ; }
21
21
: host > dl { margin: 0; margin- left: 2em; }
22
22
: host > pre { margin: 0; }
Original file line number Diff line number Diff line change 25
25
: host : target > section > h1 {background- color : # fed;}
26
26
/* @polyfill header > h1 */
27
27
::content h1 { display : inline; font-size : 100% ; }
28
- header { font-weight : bold; margin-top : 20px ; margin-bottom : 20px ; }
28
+ header { font-weight : bold; margin-top : 20px ; margin-bottom : 20px ;
29
+ page-break-inside : avoid; page-break-after : avoid; }
29
30
header ::after { clear : both; display : block; content : " " ; height : 0 }
30
31
</ style >
31
32
You can’t perform that action at this time.
0 commit comments