Szablon:BrClear/styles.css: Różnice pomiędzy wersjami

Z Wikibooks, biblioteki wolnych podręczników.
Usunięta treść Dodana treść
Nie podano opisu zmian
Znacznik: Ręczne wycofanie zmian
Nie podano opisu zmian
Znacznik: Wycofane
Linia 19: Linia 19:
img:last-of-type:not(:last-child),
img:last-of-type:not(:last-child),
div:last-of-type:not(:last-child):not(.mw-heading){
div:last-of-type:not(:last-child):not(.mw-heading){
margin-bottom:0 !important;
margin-bottom:0.25em !important;
padding-bottom:0.25em !important;
padding-bottom:0 !important;
}
}



Wersja z 22:50, 17 mar 2024

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.25em !important;
	padding-bottom:0 !important;
}

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