Projet

Général

Profil

0001-style-add-back-a-yellow-black-banner-on-tests-31348.patch

Frédéric Péters, 13 mars 2019 10:19

Télécharger (929 octets)

Voir les différences:

Subject: [PATCH] style: add back a yellow/black banner on tests (#31348)

 gadjo/static/css/gadjo.scss | 2 ++
 1 file changed, 2 insertions(+)
gadjo/static/css/gadjo.scss
259 259
	background-image: url(../images/work-bg.png);
260 260
	background-position: 230px 0;
261 261
	background-repeat: no-repeat;
262
	border-bottom: 10px solid yellow;
263
	border-image: repeating-linear-gradient(-45deg, #333, black 14px, #ffe761 15px, #ffe761 29px, black 30px) 10;
262 264
	h1 {
263 265
		// + picture width
264 266
		padding-left: $sidepage-width + $sidepage-left-space + 70px;
265
-