Projet

Général

Profil

0001-scss-adapt-to-new-login-action-links-markup-40928.patch

Frédéric Péters, 29 mars 2020 12:19

Télécharger (708 octets)

Voir les différences:

Subject: [PATCH] scss: adapt to new login action links markup (#40928)

 static/includes/_misc.scss | 8 ++++++++
 1 file changed, 8 insertions(+)
static/includes/_misc.scss
684 684
div.leaflet-bottom, div.leaflet-top {
685 685
	z-index: 800;
686 686
}
687

  
688
.login-actions {
689
	ul, li {
690
		margin: 0;
691
		padding: 0;
692
		list-style: none;
693
	}
694
}
687
-