Skip to content

Commit

Permalink
Fix logo alignment on webkit based browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed May 13, 2022
1 parent 51ba530 commit df631c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions API/Layouts/Main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
<!-- Top container -->
<div class="w3-bar w3-top w3-black w3-large" style="z-index: 4">
<button type="button" class="w3-bar-item w3-button w3-hover-none w3-hover-text-light-grey" onclick="W3SideBar.open();"><i class="fa fa-bars"></i>  Menu</button>
<span class="w3-bar-item w3-right">
<img src="<%~ ../../../../../Common/Images/logo.png %>" alt="" />
</span>
<img class="w3-bar-item w3-right" src="<%~ ../../../../../Common/Images/logo.png %>" alt="" style="margin-top: 3px" />
</div>
<com:Bacularis.API.Portlets.APISideBar />
<div class="w3-main page_main_el" id="page_main" style="margin-left: 250px; margin-top: 43px;">
Expand Down

0 comments on commit df631c7

Please sign in to comment.