[#692] Use text based logo

This commit is contained in:
Eric Davis 2011-12-09 15:19:35 -08:00
parent 0385979d5e
commit a73c23ae9b
3 changed files with 7 additions and 2 deletions

View File

@ -32,7 +32,7 @@
<div id="wrapper"> <div id="wrapper">
<div id="top-menu"> <div id="top-menu">
<div id="header"> <div id="header">
<div id="logo"></div> <div id="logo"><%= link_to(h(Setting.app_title), home_path) %></div>
<div id="top-menu-items"> <div id="top-menu-items">
<div id="search"> <div id="search">
<%= label_tag("q", l(:label_search), :class => "hidden-for-sighted") %> <%= label_tag("q", l(:label_search), :class => "hidden-for-sighted") %>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -1138,7 +1138,12 @@ a:hover {
float:left; float:left;
width:200px; width:200px;
height:43px; height:43px;
background: url(../images/logo_chiliproject.png) no-repeat 15px; font-size: 3em;
padding-left: 15px;
}
#logo a, #logo a:hover {
color: #FFFFFF;
text-decoration: none;
} }
#top-menu-items { #top-menu-items {
float:right; float:right;