Projet

Général

Profil

0001-meyzieu-2018-set-cell-s-paragraph-line-height-22108.patch

Serghei Mihai, 18 mai 2018 16:30

Télécharger (666 octets)

Voir les différences:

Subject: [PATCH] meyzieu-2018: set cell's paragraph line height (#22108)

 static/meyzieu-2018/_custom.scss | 5 +++++
 1 file changed, 5 insertions(+)
static/meyzieu-2018/_custom.scss
460 460
			}
461 461
		}
462 462
	}
463
	div.cell {
464
		p {
465
			line-height: 1.5em;
466
		}
467
	}
463 468
	div#a2-profile {
464 469
		div.field {
465 470
			margin: 0 0 1em 0;
466
-