Projet

Général

Profil

0001-rouen-set-form-border-width-in-pixels-26378.patch

Emmanuel Cazenave, 13 septembre 2018 10:48

Télécharger (644 octets)

Voir les différences:

Subject: [PATCH] rouen: set form border width in pixels (#26378)

 static/rouen/_custom.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
static/rouen/_custom.scss
191 191
}
192 192

  
193 193
%border-style {
194
	border: 0.05em solid #2D2D2D;
194
	border: 1px solid #2D2D2D;
195 195
}
196 196

  
197 197
select {
198
-