Szablon:BrClear/styles.css

Z Wikibooks, biblioteki wolnych podręczników.
p.br-clear{
	font-size:0 !important;
	line-height:0 !important;
	padding:0 !important;
	margin:0 !important;
}
p.br-clear-both > br:only-child{
	clear:both !important;
}
p.br-clear-left > br:only-child{
	clear:left !important;
}
p.br-clear-right > br:only-child{
	clear:right !important;
}
p:nth-last-of-type(2):not(.br-clear),
table:last-of-type:not(:last-child),
figure:last-of-type:not(:last-child),
img:last-of-type:not(:last-child),
div:last-of-type:not(:last-child):not(.mw-heading){
	margin-bottom:0 !important;
	padding-bottom:0.25em !important;
}

/*{{Kategoria|Szablony - arkusze stylów}}*/