Skip to content

Commit

Permalink
[UI] Logo image name
Browse files Browse the repository at this point in the history
-Logo image name is now generic
  • Loading branch information
guido committed May 30, 2013
1 parent ddd27a2 commit 346a8ca
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion webroot/WEB-INF/jsp/homeNotLogged.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<jsp:include page="layout/header.jsp"/>
<div id="home">
<h1><s:text name="title"/></h1>
<h1><s:text name="titleExtended"/></h1>
<p><s:text name="homeWelcomeMessage"/>.</p>
<p id="home_images">
<a href="<s:property value="url_login"/>">
Expand Down
2 changes: 1 addition & 1 deletion webroot/WEB-INF/jsp/layout/header.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</div>
<h1>
<span>
<img src="images/logo_locanda.png" alt="" class="left" height="100%"/>
<img src="images/logo.png" alt="" class="left" height="100%"/>
</span>
<em>&nbsp;</em>
</h1>
Expand Down
2 changes: 1 addition & 1 deletion webroot/WEB-INF/jsp/layout/header_menu.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<h1>
<a href="<s:property value="url_home"/>?sect=planner">
<span>
<img src="images/logo_locanda.png" alt="" class="left" height="100%"/>
<img src="images/logo.png" alt="" class="left" height="100%"/>
</span>
</a>
<em>&nbsp;</em>
Expand Down
2 changes: 0 additions & 2 deletions webroot/css/screen/basemod_slidingdoor.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ margin-right:15px;
}

h1 span {
/*background:url("../../images/logo_locanda_small.png") no-repeat scroll 0 0 transparent;
/*background-size: contain ;*/
height:100%;
margin-top: -45px;
margin-left: -10px;
Expand Down
File renamed without changes
Binary file removed webroot/images/logo_locanda_small.png
Binary file not shown.

0 comments on commit 346a8ca

Please sign in to comment.