Projet

Général

Profil

0001-scss-center-what-is-FC-when-there-is-no-current-link.patch

patch côté publik-base-theme, au-dessus de #38085. - Frédéric Péters, 29 novembre 2019 15:09

Télécharger (646 octets)

Voir les différences:

Subject: [PATCH] scss: center "what is FC?" when there is no current links
 (#38086)

 static/includes/_misc.scss | 3 +++
 1 file changed, 3 insertions(+)
static/includes/_misc.scss
690 690

  
691 691
#fc-linking {
692 692
	padding: 0 1rem;
693
	&.no-account {
694
		text-align: center;
695
	}
693 696
}
694
-