Projet

Général

Profil

0001-scss-add-minimal-styling-for-sub-titles-in-status-pa.patch

pour publik-base-theme - Frédéric Péters, 28 mai 2018 12:57

Télécharger (755 octets)

Voir les différences:

Subject: [PATCH] scss: add minimal styling for (sub/)titles in status pages
 (#18779)

 static/includes/_wcs.scss | 8 ++++++++
 1 file changed, 8 insertions(+)
static/includes/_wcs.scss
77 77
	padding: 1ex;
78 78
}
79 79

  
80
div.dataview h4.title {
81
	font-size: 120%;
82
}
83

  
84
div.dataview h5.subtitle {
85
	font-size: 110%;
86
}
87

  
80 88
/* tracking code */
81 89
div#tracking-code button {
82 90
	margin-top: 1em;
83
-