Difference between revisions of "Template:Col head/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>IagoQnsi
(testing a workaround for missing browser feature)
 
imported>IagoQnsi
(avoid --> avoid-column)
Line 1: Line 1:
 
.col-head-head {
 
.col-head-head {
display:block;
+
display: block;
break-inside: avoid;
+
break-inside: avoid-column;
 
}
 
}
 
.col-head-head::after {
 
.col-head-head::after {
    content: "";
+
content: "";
    display: block;
+
display: block;
    height: 50%;
+
height: 50%;
    margin-bottom: -50%;
+
margin-bottom: -50%;
 
}
 
}

Revision as of 19:41, 20 June 2020

.col-head-head {
	display: block;
	break-inside: avoid-column;
}
.col-head-head::after {
	content: "";
	display: block;
	height: 50%;
	margin-bottom: -50%;
}