added remove edits link
[MojoFacets.git] / public / mojo_facets.css
index f267455..7f42068 100644 (file)
@@ -163,3 +163,27 @@ a.facet {
        color: #666;
        text-decoration: none;
 }
+
+/* /changes */
+.change_box {
+       border: 3px dashed #f84;
+}
+
+.change_viewed a {
+       color: #888;
+       text-decoration: line-through;
+}
+
+div.edit a {
+       margin-top: 3em;
+       float: right;
+}
+
+div.edit {
+       border-bottom: 1px dashed #eee;
+}
+
+div.edit pre {
+       display: block;
+}
+