From 8b0b4cd84860b08e6fefe59fde32c5677d7c65c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane <jgm@berkeley.edu> Date: Tue, 28 Nov 2017 10:49:42 -0800 Subject: [PATCH] Update tests for new skylighting. --- test/lhs-test.html | 6 ++++-- 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; } }