release notes page css improved
This commit is contained in:
parent
65282d9332
commit
a7dac7b1f2
2 changed files with 10 additions and 3 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
div#miczRelNotes{
|
||||||
|
padding: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
div#miczBackPrefs{
|
div#miczBackPrefs{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|
|
||||||
|
|
@ -6,9 +6,12 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||||
<h1>ThunderAI Release Notes</h1>
|
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||||
<h2>Version 1.0 - ??/??/2024</h2>
|
<h2>Version 1.0 - ??/??/2024</h2>
|
||||||
<ul><li>First release.</li></ul>
|
<ul>
|
||||||
|
<li>First release.</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
<script src="mzta-release-notes.js"></script>
|
<script src="mzta-release-notes.js"></script>
|
||||||
<script src="../js/mzta-i18n.js"></script>
|
<script src="../js/mzta-i18n.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue