v1 release
This commit is contained in:
10
footer.php
10
footer.php
@@ -11,6 +11,8 @@
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 50px; /* Define the height explicitly */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.footer-bar a {
|
||||
@@ -22,9 +24,13 @@
|
||||
.footer-bar a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
body {
|
||||
padding-bottom: 50px; /* Add padding equal to the footer height */
|
||||
box-sizing: border-box;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="footer-bar">
|
||||
<span>Version 1.0.0</span>
|
||||
<a href="changelog.php">View Changelog</a>
|
||||
<span>Swansea Airport PPR system Version 1.0</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user