X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f72f3b41313bd8cd910137d377f5507eba354194..5da35f4ab623303b385a7224e2fdbadabac65a59:/src/wolnelektury/static/css/new.book.css diff --git a/src/wolnelektury/static/css/new.book.css b/src/wolnelektury/static/css/new.book.css index db78b533f..38df87c21 100644 --- a/src/wolnelektury/static/css/new.book.css +++ b/src/wolnelektury/static/css/new.book.css @@ -104,6 +104,10 @@ p { padding-left: 2px; position: relative; top: -4px; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; } #footnotes { @@ -115,6 +119,10 @@ p { float: left; width: 2.5em; clear: both; + user-select: auto; + -webkit-user-select: text; + -moz-user-select: text; + -ms-user-select: text; } #footnotes div {