]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Suppress any border on the logo
[rails.git] / app / assets / stylesheets / common.css.scss
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 {