Added Flash[:notice] to HTML pages, fixed update code, done RSS rendering properly
[feedcatcher.git] / public / stylesheets / feedcatcher.css
diff --git a/public/stylesheets/feedcatcher.css b/public/stylesheets/feedcatcher.css
new file mode 100644 (file)
index 0000000..7623e22
--- /dev/null
@@ -0,0 +1,9 @@
+/* START:notice */
+#notice {
+  border: 2px solid red;
+  padding: 1em;
+  margin-bottom: 2em;
+  background-color: #f0f0f0;
+  font: bold smaller sans-serif;
+}
+/* END:notice */