X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b9166b62220208f49bfd3521e547d60d377ab7c1..c51d32b7b97016260e4c60dda9fbbd9eb25420ce:/src/redakcja/static/css/master.css diff --git a/src/redakcja/static/css/master.css b/src/redakcja/static/css/master.css index 9d3744ba..6bdf1905 100644 --- a/src/redakcja/static/css/master.css +++ b/src/redakcja/static/css/master.css @@ -228,3 +228,13 @@ img.tabclose { #source-editor .CodeMirror-wrap pre.CodeMirror-line-like { word-wrap: anywhere; } + + +#people img { + margin-left: -10px; + border-radius: 100%; + opacity: .5; +} +#people img.active { + opacity: 1; +}