summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-07-13 14:45:12 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-07-13 14:45:12 -0700
commit7445fc538220c738952b46982e4606fc9f31d206 (patch)
tree409f134407d73bc09bfa7f771936b1761f134f1f /data
parentf42095b7b72fc3419a661c65d17f46ba3cbc8d62 (diff)
Default epub CSS: Removed highlighting styles.
These are added automatically to individual chapter files, depending on the highlighting style selected on the command line.
Diffstat (limited to 'data')
-rw-r--r--data/epub.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/data/epub.css b/data/epub.css
index a87fff9bb..cc9c501c5 100644
--- a/data/epub.css
+++ b/data/epub.css
@@ -12,22 +12,3 @@ h2.author { }
h3.date { }
ol.toc { padding: 0; margin-left: 1em; }
ol.toc li { list-style-type: none; margin: 0; padding: 0; }
-/* For source-code highlighting */
-table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
- { margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }
-td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; }
-td.sourceCode { padding-left: 5px; }
-pre.sourceCode { }
-code.sourceCode span.kw { color: #007020; font-weight: bold; }
-code.sourceCode span.dt { color: #902000; }
-code.sourceCode span.dv { color: #40a070; }
-code.sourceCode span.bn { color: #40a070; }
-code.sourceCode span.fl { color: #40a070; }
-code.sourceCode span.ch { color: #4070a0; }
-code.sourceCode span.st { color: #4070a0; }
-code.sourceCode span.co { color: #60a0b0; font-style: italic; }
-code.sourceCode span.ot { color: #007020; }
-code.sourceCode span.al { color: red; font-weight: bold; }
-code.sourceCode span.fu { color: #06287e; }
-code.sourceCode span.re { }
-code.sourceCode span.er { color: red; font-weight: bold; }