X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b9166b62220208f49bfd3521e547d60d377ab7c1..da0fee096a166c7fd97857af84d99fe2facfe7f3:/src/redakcja/static/css/master.css?ds=sidebyside 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; +}