Skip to content

Commit

Permalink
header.php: minor cleanup
Browse files Browse the repository at this point in the history
* remove unneeded inline styles
* use `strong` instead of `b`

Signed-off-by: XhmikosR [email protected]
  • Loading branch information
XhmikosR authored May 18, 2020
1 parent 9809cfe commit a49aa01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/pi-hole/php/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ function pidofFTL()
<!-- Logo -->
<a href="index.php" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini">P<b>h</b></span>
<span class="logo-mini">P<strong>h</strong></span>
<!-- logo for regular state and mobile devices -->
<span class="logo-lg">Pi-<b>hole</b></span>
<span class="logo-lg">Pi-<strong>hole</strong></span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
Expand All @@ -288,7 +288,7 @@ function pidofFTL()
<img src="img/logo.svg" class="user-image" alt="Pi-hole logo" style="border-radius: 0" width="25" height="25">
<span class="hidden-xs">Pi-hole</span>
</a>
<ul class="dropdown-menu" style="right:0">
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header">
<img src="img/logo.svg" alt="Pi-hole Logo" style="border: 0" width="90" height="90">
Expand Down Expand Up @@ -336,7 +336,7 @@ function pidofFTL()
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img src="img/logo.svg" class="img-responsive" alt="Pi-hole logo" style="display: table; table-layout: fixed; height: 67px;">
<img src="img/logo.svg" alt="Pi-hole logo" width="45" height="67" style="height: 67px;">
</div>
<div class="pull-left info">
<p>Status</p>
Expand Down

0 comments on commit a49aa01

Please sign in to comment.