diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-03 11:46:15 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-03 11:46:15 -0700 |
commit | a41015b929b09a7d6b77df9b57671335346681af (patch) | |
tree | 9b972981734c72b1601720c5070adaed1950a3e7 /test/lhs-test.html | |
parent | d0548fe29cfa5a1c0199ee531b7e694620523644 (diff) | |
download | pandoc-a41015b929b09a7d6b77df9b57671335346681af.tar.gz |
Updated tests.
Diffstat (limited to 'test/lhs-test.html')
-rw-r--r-- | test/lhs-test.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html index 2939c95bb..d6e8312ba 100644 --- a/test/lhs-test.html +++ b/test/lhs-test.html @@ -32,7 +32,7 @@ pre.numberSource div.sourceLine::before, .numberSource a.sourceLine::before padding: 0 4px; width: 4em; } pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; } @media screen { -a.sourceLine::before { text-decoration: underline; color = initial; } +a.sourceLine::before { text-decoration: underline; color: initial; } } code span.kw { color: #007020; font-weight: bold; } /* Keyword */ code span.dt { color: #902000; } /* DataType */ |