]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Showing a nice message for browsers with javascript disabled. closes #36
[rails.git] / public / stylesheets / site.css
index 2ede490efc557377171b7deecc156fa285495741..c6b56621506386fdcbb0d27fe91d27176deccb50 100644 (file)
@@ -639,3 +639,10 @@ input[type="submit"] {
   width: 100%;
   text-align: center;
 }
+
+#noscript {
+  z-index:20000000;
+  position:absolute;
+  top:15px;
+  left:15px
+}