updated docs v4, v5

This commit is contained in:
Sebastian Hildebrandt
2021-01-25 21:27:12 +01:00
parent 81de749f54
commit b3630ad717
11 changed files with 30 additions and 13 deletions
+3 -2
View File
@@ -167,8 +167,9 @@
<div class="container">
<a href="security.html" class="recommendation">Security advisory:<br>Update to v4.31.1</a>
<img class="logo" src="assets/logo.png">
<div class="title">systeminformation</div>
<div class="subtitle"><span id="typed"></span></div>
<div class="title">systeminformation </div>
<div class="subtitle"><span id="typed"></span>&nbsp;</div>
<div class="version larger">Version 4 documentation</div>
<div class="version">Current Version: <span id="version">4.34.9</span></div>
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
</div>
+5
View File
@@ -667,4 +667,9 @@ footer .badge {
color: #fff;
font-size: 0.9rem;
}
.larger {
margin-top: 10px;
font-size: 1.5rem !important;
}
/*# sourceMappingURL=styles.css.map */
File diff suppressed because one or more lines are too long
+4
View File
@@ -470,3 +470,7 @@ footer {
font-size: 0.9rem;
}
}
.larger {
margin-top: 10px;
font-size: 1.5rem !important;
}