diff options
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 4 | ||||
-rw-r--r-- | web/kvm/window-about.pug | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 0b9e458b..87414671 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -1637,8 +1637,8 @@ <div id="about"> <table> <tr> - <td class="logo" valign="top"><img class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40"></td> - <td valign="top"> + <td class="logo"><img class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40"></td> + <td> <table> <tr> <td class="title" colspan="2">The Open Source IP-KVM</td> diff --git a/web/kvm/window-about.pug b/web/kvm/window-about.pug index 92b69e0c..b71ebe40 100644 --- a/web/kvm/window-about.pug +++ b/web/kvm/window-about.pug @@ -17,9 +17,9 @@ div(id="about-window" class="window") div(id="about") table tr - td(valign="top" class="logo") + td(class="logo") img(class="svg-gray" src="../share/svg/logo.svg" alt="PiKVM" height="40") - td(valign="top") + td table tr #[td(colspan="2" class="title") The Open Source IP-KVM] tr |