Projet

Général

Profil

0001-style-left-align-table-cells-and-use-semi-bold-for-h.patch

Frédéric Péters, 10 juillet 2019 16:52

Télécharger (886 octets)

Voir les différences:

Subject: [PATCH] style: left align table cells and use semi-bold for headers
 (#34245)

 gadjo/static/css/gadjo.scss | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
gadjo/static/css/gadjo.scss
465 465
	padding: 1em 1ex;
466 466
	border-bottom: 1px solid #f3f3f3;
467 467
	background: #f7f7f7;
468
	text-align: left;
469
	font-weight: 600;
468 470
}
469 471

  
470 472
table.main td {
471
	text-align: center;
473
	text-align: left;
472 474
	padding: 1em 1ex;
473 475
	border-bottom: 1px solid #f3f3f3;
474 476
	@include vendor-prefix('transition', 'background ease 0.2s');
475
-