Projet

Général

Profil

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

Frédéric Péters, 28 mai 2018 17:07

Télécharger (809 octets)

Voir les différences:

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

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

  
80
div#rub_service div.dataview div.title h3 {
81
	font-size: 115%;
82
	border: 0;
83
}
84

  
85
div#rub_service div.dataview div.subtitle h4 {
86
	font-size: 110%;
87
}
88

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