Projet

Général

Profil

0001-scss-add-basic-styling-for-new-gallery-cell-33104.patch

Frédéric Péters, 15 mai 2019 13:05

Télécharger (698 octets)

Voir les différences:

Subject: [PATCH] scss: add basic styling for new gallery cell (#33104)

 static/includes/_cells.scss | 10 ++++++++++
 1 file changed, 10 insertions(+)
static/includes/_cells.scss
731 731
		}
732 732
	}
733 733
}
734

  
735
div.gallerycell {
736
	div.gallery {
737
		text-align: center;
738
		img {
739
			max-width: 100%;
740
			border: 1px solid #888;
741
		}
742
	}
743
}
734
-