summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/mobi.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/mobi.less')
-rw-r--r--theme/stylesheets/mobi.less23
1 files changed, 0 insertions, 23 deletions
diff --git a/theme/stylesheets/mobi.less b/theme/stylesheets/mobi.less
deleted file mode 100644
index a963197..0000000
--- a/theme/stylesheets/mobi.less
+++ /dev/null
@@ -1,23 +0,0 @@
-@import "./ebook/base.less";
-
-@font-family-base: serif;
-@link-color: #000;
-
-a {
- color: #000;
- text-decoration: underline !important;
-}
-
-.page-toc {
- li {
- list-style-type: lower-alpha;
-
- .inner {
- border: none;
-
- span.page {
- display: none;
- }
- }
- }
-}