X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fafb718a792076deca470211cc3d9d0a69b3a4a4..1b80c204be885588f7cbe95610e3677f2f886801:/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 {