]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Tweak the namefinder results a bit more.
[rails.git] / public / stylesheets / site.css
index b11eb191d028109d3090a21201587c196cae94ba..f2306e7b4a37fbfa9032d4189a3661f85122792a 100644 (file)
@@ -471,6 +471,10 @@ hides rule from IE5-Mac \*/
   margin-bottom: 0px;
 }
 
+.olControlAttribution {
+  display: none !important;
+}
+
 /* inbox and messaging stuff */
 .inbox-row-unread .inbox-subject {
        font-weight: bold;
@@ -564,3 +568,15 @@ input {
   text-align: Left;
   font-weight: normal;
 }
+
+#permalink {
+  z-index:10000;
+  position:absolute;
+  bottom:15px;
+  right:15px;
+  font-size:smaller;
+}
+
+#attribution {
+  display: none;
+}