diff --git a/scripts/pi-hole/php/footer.php b/scripts/pi-hole/php/footer.php index b7fad544..035cde88 100644 --- a/scripts/pi-hole/php/footer.php +++ b/scripts/pi-hole/php/footer.php @@ -36,34 +36,67 @@ - + + - + diff --git a/style/pi-hole.css b/style/pi-hole.css index b45a5f48..0a8b6ff3 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -285,3 +285,12 @@ .user-panel > .info i { margin-right: 3px; } + +.row-centered > div[class^=col-] { + display: inline-block; + float: none; +} + +.version-info { + margin-top: 10px; +}