Set on category per line in softwares page.

This commit is contained in:
Christian P. MOMON 2020-12-18 02:51:48 +01:00
parent b95cdd06b1
commit c9d2eb4b5b

View file

@ -9,11 +9,11 @@
<link rel="stylesheet" type="text/css" href="statoolinfos.css" />
</head>
<body>
<span id="category">
<div id="category">
<a id="categoryLink" href="#" title="Catégorie">
<img id="categoryLogo" src="categories/default.svg" style="width: 26px; height: 26px; padding-top:0; padding-bottom: 0; vertical-align: middle;"/>
<span id="categoryName">n/a</span>
</a>
</span>
</div>
</body>
</html>