X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/3257903f562b02fdb4c45b4bf84002b72f42e377..8132fc186eb0c5fd02c86828c3a4735754296d02:/redakcja/static/css/history.css 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 +}