xref: /webtrees/public/ckeditor-4.15.1-custom/plugins/preview/styles/screen.css (revision b43e8d2bb2c20432b6d427f0f5d9a32679a9aa4f)
1*b43e8d2bSGreg Roachdiv[style*="page-break-after"] {
2*b43e8d2bSGreg Roach	background:url( ../images/pagebreak.gif ) no-repeat center center;
3*b43e8d2bSGreg Roach	clear:both;
4*b43e8d2bSGreg Roach	width:100%;
5*b43e8d2bSGreg Roach	border-top:#999 1px dotted;
6*b43e8d2bSGreg Roach	border-bottom:#999 1px dotted;
7*b43e8d2bSGreg Roach	padding:0;
8*b43e8d2bSGreg Roach	height:7px;
9*b43e8d2bSGreg Roach	cursor:default;
10*b43e8d2bSGreg Roach}
11