Suppress any border on the logo
This commit is contained in:
parent
1a0728ec7b
commit
ebcb038c1c
2 changed files with 9 additions and 1 deletions
|
@ -64,6 +64,10 @@ h2 {
|
|||
margin: 25px 0 5px 0;
|
||||
}
|
||||
|
||||
#logo img {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#logo h1 {
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
|
@ -83,6 +87,10 @@ h2 {
|
|||
display: none;
|
||||
}
|
||||
|
||||
#small-title img {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
/* Rules for the introductory text displayed in the left sidebar to new users */
|
||||
|
||||
.sidebar-copy {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<%= render :partial => "layouts/head" %>
|
||||
<body class="<%= params[:controller] %> <%= params[:controller] %>-<%= params[:action] %>">
|
||||
<div id="small-title">
|
||||
<%= link_to(image_tag("osm_logo.png", :size => "16x16", :border => 0, :alt => t('layouts.logo.alt_text')), root_path) %>
|
||||
<%= link_to(image_tag("osm_logo.png", :size => "16x16", :alt => t('layouts.logo.alt_text')), root_path) %>
|
||||
<h1><%= t 'layouts.project_name.h1' %></h1>
|
||||
</div>
|
||||
<div id="content">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue