Set on category per line in softwares page.
This commit is contained in:
parent
b95cdd06b1
commit
c9d2eb4b5b
1 changed files with 2 additions and 2 deletions
|
@ -9,11 +9,11 @@
|
||||||
<link rel="stylesheet" type="text/css" href="statoolinfos.css" />
|
<link rel="stylesheet" type="text/css" href="statoolinfos.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<span id="category">
|
<div id="category">
|
||||||
<a id="categoryLink" href="#" title="Catégorie">
|
<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;"/>
|
<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>
|
<span id="categoryName">n/a</span>
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue