[#692] Use text based logo
This commit is contained in:
parent
0385979d5e
commit
a73c23ae9b
|
@ -32,7 +32,7 @@
|
|||
<div id="wrapper">
|
||||
<div id="top-menu">
|
||||
<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="search">
|
||||
<%= label_tag("q", l(:label_search), :class => "hidden-for-sighted") %>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 6.9 KiB |
|
@ -1138,7 +1138,12 @@ a:hover {
|
|||
float:left;
|
||||
width:200px;
|
||||
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 {
|
||||
float:right;
|
||||
|
|
Loading…
Reference in New Issue