diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/lib/prism.css (renamed from style/prism.css) | 2 | ||||
-rw-r--r-- | style/style.less | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/style/prism.css b/style/lib/prism.css index 81b7382..a04c82c 100644 --- a/style/prism.css +++ b/style/lib/prism.css @@ -1,4 +1,3 @@ -/* http://prismjs.com/download.html?themes=prism */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) @@ -134,4 +133,3 @@ pre[class*="language-"] { .token.entity { cursor: help; } - diff --git a/style/style.less b/style/style.less index 1d14d30..7ee3edb 100644 --- a/style/style.less +++ b/style/style.less @@ -14,7 +14,7 @@ @import "header.less"; /* Import the prism code highlighter stylesheet */ -@import (less) "prism.css"; +@import (less) "lib/prism.css"; span.ipa { color: gray; |