X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3257903f562b02fdb4c45b4bf84002b72f42e377..6ff67ae827ab40d9f1ee188aab41cbe0e102cf99:/redakcja/static/css/history.css?ds=sidebyside

diff --git a/redakcja/static/css/history.css b/redakcja/static/css/history.css
index acd9f933..cbc5c52d 100644
--- a/redakcja/static/css/history.css
+++ b/redakcja/static/css/history.css
@@ -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
+}