X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/73ef2b8442dc95f8b7279de812c30ac8626d5f39..a762ebd5cfcee80c43074973566c84f7a1cab0c6:/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 +}