]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/planet/files/default/html/style.css
planet: Add ratelimit header notice
[chef.git] / cookbooks / planet / files / default / html / style.css
index 0a7afa9d0b25020d3314d493298dc22d1339c970..600622fa268f37a73011d3be60958c09c7bfeb77 100644 (file)
@@ -52,3 +52,10 @@ table#about tr td
     font-size: 100%;
     white-space: normal;
 }
+
+.alert {
+  padding: 20px;
+  background-color: #ff9800; /* Orange */
+  color: white;
+  margin-bottom: 15px;
+}