Librarian in regular requirements.
[redakcja.git] / redakcja / static / css / history.css
index acd9f93..cbc5c52 100644 (file)
@@ -89,6 +89,11 @@ table#changes-list-container {
     white-space: pre-line;
 }
 
+#changes-list *[data-stub-value = 'published'] {
+    font-size: .7em;
+    color: gray;
+}
+
 /*
  * Graphical DIFF view
  *
@@ -151,4 +156,4 @@ table#changes-list-container {
 
 .diff_mark_changed {
     background-color: yellow;
-}
\ No newline at end of file
+}