Added span's for the modified/original date fields so they can be styled
[scuttle] / scuttle.css
index fba69334dfe08a46b5a4c341e4d286110978ff3d..57b1ae093319930030738cd4a763af227d6ca5a5 100644 (file)
@@ -181,6 +181,14 @@ div.meta {
 div.meta span {
   color: #F00;
 }
+/* bookmark date fields: updated and created */
+div.meta span#date-updated {
+    color: #285;
+}
+div.meta span#date-original {
+    background: #eee;
+    color: #aaa;
+}
 li.xfolkentry {
   border-bottom: 1px solid #DDD;
   margin-bottom: 0;

Benjamin Mako Hill || Want to submit a patch?