Projet

Général

Profil

0001-misc-remove-bold-for-endpoints-long-description-3903.patch

Serghei Mihai, 19 février 2020 09:54

Télécharger (704 octets)

Voir les différences:

Subject: [PATCH] misc: remove bold for endpoints long description (#39033)

 passerelle/static/css/style.css | 3 +++
 1 file changed, 3 insertions(+)
passerelle/static/css/style.css
301 301

  
302 302
.endpoints .description, .endpoints .long-description {
303 303
	display: inline-block;
304
}
305

  
306
.endpoints .description {
304 307
	font-weight: bold;
305 308
}
306 309

  
307
-