From ab29eefb3c9bdb92a6211b2f4745954bc7c64592 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 17 Oct 2017 13:06:34 +0200 Subject: [PATCH] css fix --- redakcja/static/css/html.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/redakcja/static/css/html.css b/redakcja/static/css/html.css index d7f2a7a1..a3986825 100644 --- a/redakcja/static/css/html.css +++ b/redakcja/static/css/html.css @@ -198,8 +198,7 @@ } /* błędne wersy */ -.htmlview *: -not(.strofa) > *[x-verse]::after { +.htmlview *:not(.strofa) > *[x-verse]::after { content: "Ten wers znajduje się poza strofą."; display: inline; background: red; @@ -418,7 +417,7 @@ div[x-node] > .uwaga { background-color: #ffcccc; } .htmlview .pe .annotation:hover { - background-color: #96e0e4;*/ + background-color: #96e0e4; } *.htmlview *.annotation-inline-box { position: static; -- 2.20.1