Projet

Général

Profil

0004-blois-2018-replace-dedicated-clear-float-tags-by-.cl.patch

Thomas Jund, 22 juillet 2020 16:39

Télécharger (713 octets)

Voir les différences:

Subject: [PATCH 04/10] blois-2018: replace dedicated clear float tags by
 ".clearfix" class (#45365)

 static/blois-2018/_custom.scss | 4 ----
 1 file changed, 4 deletions(-)
static/blois-2018/_custom.scss
409 409
	background: white;
410 410
}
411 411

  
412
#main-content > br.clear {
413
	display: none;
414
}
415

  
416 412
.gru-content #columns div.textcell {
417 413
	padding: 0 3rem;
418 414
	line-height: 140%;
419
-