Projet

Général

Profil

0002-trivial-fix-typo-in-css-property-value-12890.patch

Frédéric Péters, 21 août 2016 10:30

Télécharger (733 octets)

Voir les différences:

Subject: [PATCH 2/2] trivial: fix typo in css property value (#12890)

 wcs/qommon/static/css/dc2/admin.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/qommon/static/css/dc2/admin.css
98 98
}
99 99

  
100 100
ul.biglist li p.commands {
101
	display: black;
101
	display: block;
102 102
	float: none;
103 103
	margin: 0;
104 104
	position: absolute;
105
-