Projet

Général

Profil

0001-style-add-simple-style-for-hr-tags-41000.patch

Frédéric Péters, 25 mars 2020 11:09

Télécharger (724 octets)

Voir les différences:

Subject: [PATCH] style: add simple style for <hr> tags (#41000)

 gadjo/static/css/gadjo.scss | 7 +++++++
 1 file changed, 7 insertions(+)
gadjo/static/css/gadjo.scss
78 78
	margin : 0.3em 0 1.5em 10px;
79 79
}
80 80

  
81
hr {
82
	border: none;
83
	border-top: 1px solid $font-color;
84
	height: 1px;
85
	width: 80%;
86
}
87

  
81 88
span.error-message {
82 89
	color: #e00;
83 90
	font-weight: bold;
84
-