diff options
-rw-r--r-- | test/lhs-test.html | 6 | ||||
-rw-r--r-- | test/lhs-test.html+lhs | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index 636e7ee1e..c07c4f533 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -29,8 +29,10 @@ pre.numberSource a.sourceLine::before -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; - padding: 0 4px; width: 4em; } -pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; } + padding: 0 4px; width: 4em; + color: #aaaaaa; + } +pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } @media screen { a.sourceLine::before { text-decoration: underline; color: initial; } } diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs index a8185a268..a2d9bc324 100644 --- a/test/lhs-test.html+lhs +++ b/test/lhs-test.html+lhs @@ -29,8 +29,10 @@ pre.numberSource a.sourceLine::before -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; - padding: 0 4px; width: 4em; } -pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; } + padding: 0 4px; width: 4em; + color: #aaaaaa; + } +pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; } @media screen { a.sourceLine::before { text-decoration: underline; color: initial; } } |