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{
|
||||
position:absolute;
|
||||
right: 0px;
|
||||
|
|
|
|||
|
|
@ -6,9 +6,12 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="miczBackPrefs"><a href="mzta-options.html">__MSG_backToOptionsText__</a></div>
|
||||
<h1>ThunderAI Release Notes</h1>
|
||||
<h2>Version 1.0 - ??/??/2024</h2>
|
||||
<ul><li>First release.</li></ul>
|
||||
<div id="miczRelNotes"><h1>ThunderAI Release Notes</h1>
|
||||
<h2>Version 1.0 - ??/??/2024</h2>
|
||||
<ul>
|
||||
<li>First release.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<script src="mzta-release-notes.js"></script>
|
||||
<script src="../js/mzta-i18n.js"></script>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue