Projet

Général

Profil

0001-lahague-add-class-to-add-cell-border-24255.patch

Josué Kouka, 12 juin 2018 09:37

Télécharger (628 octets)

Voir les différences:

Subject: [PATCH] lahague: add class to add cell border (#24255)

 static/la-hague/_custom.scss | 7 +++++++
 1 file changed, 7 insertions(+)
static/la-hague/_custom.scss
92 92
		padding-top: 140px;
93 93
	}
94 94
}
95

  
96
#content div.cell,
97
div.block {
98
	&.with-border {
99
		border: 1px solid #ccc;
100
	}
101
}
95
-