Projet

Général

Profil

0009-seine-et-marne-apa-replace-dedicated-clear-float-tag.patch

Thomas Jund, 22 juillet 2020 16:39

Télécharger (892 octets)

Voir les différences:

Subject: [PATCH 09/10] seine-et-marne-apa: replace dedicated clear float tags
 by ".clearfix" class (#45365)

 static/seine-et-marne-apa/_custom.scss | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
static/seine-et-marne-apa/_custom.scss
294 294
			}
295 295
		}
296 296
	}
297
	
297

  
298 298
	div#apa-domicile {
299 299
		color: white;
300 300
		@include leftsidebg(#84d3e2);
......
508 508
	}
509 509
}
510 510

  
511
#main-content br.clear {
512
	display: none;
513
}
514

  
515 511
#login-page.methods2 {
516 512
	max-width: 60rem;
517 513
	margin: 0 auto;
518
-