Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
missing RHQ Logo: 2nd portion of fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkremser committed Jun 10, 2014
1 parent cee97ce commit 74242f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/enterprise/gui/coregui/src/main/webapp/login
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<!-- PatternFly -->
<div id="patternFlyLogin">
<span id="badge">
<!--[if !IE]> --><img src="img/logo-login.svg" alt="logo" /><!-- <![endif]-->
<!--[if lte IE 8]><img src="img/logo-login.png" alt="logo" /><![endif]-->
<!--[if gt IE 8]><img src="img/logo-login.svg" alt="logo" /><![endif]-->
<!--[if !IE]> --><img src="img/logo.svg" alt="logo" /><!-- <![endif]-->
<!--[if lte IE 8]><img src="img/logo.png" alt="logo" /><![endif]-->
<!--[if gt IE 8]><img src="img/logo.svg" alt="logo" /><![endif]-->
</span>
<div class="col-sm-12 rhqLabel">
<h2>Log in to <strong>RHQ</strong></h2>
Expand Down

0 comments on commit 74242f9

Please sign in to comment.