]> git.openstreetmap.org Git - rails.git/commitdiff
Suppress any border on the logo
authorTom Hughes <tom@compton.nu>
Wed, 19 Sep 2012 11:12:45 +0000 (12:12 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 19 Sep 2012 11:12:45 +0000 (12:12 +0100)
app/assets/stylesheets/common.css.scss
app/views/layouts/site.html.erb

index b1f494b7ff460cabc00cc78235b2ee8630a20e31..0f71004812c693e19cfe11da89c3379e51aab128 100644 (file)
@@ -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 {
index 15eb1d6318a0b21ab24c145b28587736bbbbd506..064fbed0a291f434353bf87e5ab93804456570fe 100644 (file)
@@ -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">