From: Robert Kowalski Date: Wed, 7 Jan 2015 21:51:15 +0000 (+0100) Subject: docs: delete unused/duplicate css files X-Git-Tag: v2.3.0~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1cb72c14c445155124d6b294314dc4a7e397d878;p=platform%2Fupstream%2Fnodejs.git docs: delete unused/duplicate css files - `sh.css` already exists in `api_assets` - `sh_vim-dark.css` is unused, but used in the repo `node-website` now Reviewed-by: Trevor Norris Signed-off-by: Julien Gilli PORT-FROM: joyent/node @ 0c50195071a57bc40df82c8f57d341a435ff1eb6 PR-URL: https://github.com/nodejs/io.js/pull/1770 Reviewed-By: Roman Reiss Reviewed-By: Jeremiah Senkpiel --- diff --git a/doc/sh.css b/doc/sh.css deleted file mode 100644 index 7022e19..0000000 --- a/doc/sh.css +++ /dev/null @@ -1,24 +0,0 @@ -.sh_sourceCode { - font-weight: normal; - font-style: normal; -} - -.sh_sourceCode .sh_symbol, -.sh_sourceCode .sh_cbracket { - color: #333; -} - -.sh_sourceCode .sh_keyword { - color: #c96; -} - -.sh_sourceCode .sh_string, -.sh_sourceCode .sh_regexp, -.sh_sourceCode .sh_number, -.sh_sourceCode .sh_specialchar { - color: #690; -} - -.sh_sourceCode .sh_comment { - color: #666; -} diff --git a/doc/sh_vim-dark.css b/doc/sh_vim-dark.css deleted file mode 100644 index 42b74f4..0000000 --- a/doc/sh_vim-dark.css +++ /dev/null @@ -1,33 +0,0 @@ -.sh_sourceCode { - font-weight: normal; - font-style: normal; -} - -.sh_sourceCode .sh_symbol , -.sh_sourceCode .sh_cbracket { - color: #fff; -} - -.sh_sourceCode .sh_keyword { - font-style: italic; -} - -.sh_sourceCode .sh_string, -.sh_sourceCode .sh_regexp, -.sh_sourceCode .sh_number, -.sh_sourceCode .sh_specialchar { - color: #a0c874; -} - -.sh_sourceCode .sh_comment { - color: #777; -} - -.alt .sh_sourceCode .sh_keyword { - font-style: normal; - color: #996633; -} - -.alt .sh_sourceCode .sh_symbol , .alt .sh_sourceCode .sh_cbracket { - color: #46483e; -}