Projet

Général

Profil

0001-alpes-maritimes-2018-delete-bottom-margin-only-on-fi.patch

Nicolas Roche, 30 août 2019 14:06

Télécharger (784 octets)

Voir les différences:

Subject: [PATCH] alpes-maritimes-2018: delete bottom margin only on filewidget
 (#35690)

 static/alpes-maritimes-2018/_custom.scss | 3 +++
 1 file changed, 3 insertions(+)
static/alpes-maritimes-2018/_custom.scss
323 323
	}
324 324
	div.widget {
325 325
		margin-bottom: 3ex;
326
		&.FileWidget {
327
			margin-bottom: 0;
328
		}
326 329
		div.title {
327 330
			font-weight: bold;
328 331
			margin-bottom: 1ex;
329
-