diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-04-23 11:34:08 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-04-23 11:34:08 -0700 |
commit | bb0a7935e9f09d781c1b97de701db24bf5f3f859 (patch) | |
tree | 441ce413260aabb00d03f0149f812d39777fa8f3 | |
parent | 9abbabbce3fefc3a5bb2fd4e3fe409b0265a7564 (diff) | |
parent | 931e0c66c9334c0747fc4862b5ec2b99b8f07566 (diff) | |
download | gitbook-bb0a7935e9f09d781c1b97de701db24bf5f3f859.zip gitbook-bb0a7935e9f09d781c1b97de701db24bf5f3f859.tar.gz gitbook-bb0a7935e9f09d781c1b97de701db24bf5f3f859.tar.bz2 |
Merge pull request #141 from frodsan/niceties
Niceties
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | theme/stylesheets/book/highlight.less | 4 | ||||
-rw-r--r-- | theme/stylesheets/page/highlight.less | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -137,7 +137,7 @@ GitBook will read the `.gitignore`, `.bookignore` and `.ignore` files to get a l #### Plugins -PLugins can used to extend your book functionnalities. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more informations about how to build a plugin for gitbook. +Plugins can used to extend your book functionnalities. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more informations about how to build a plugin for gitbook. ##### Default plugins: diff --git a/theme/stylesheets/book/highlight.less b/theme/stylesheets/book/highlight.less index 33e0040..004e7a5 100644 --- a/theme/stylesheets/book/highlight.less +++ b/theme/stylesheets/book/highlight.less @@ -1,4 +1,4 @@ -/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* http://jmblog.github.io/color-themes-for-highlightjs */ /* Tomorrow Comment */ .hljs-comment { @@ -87,4 +87,4 @@ .xml .css, .xml .hljs-cdata { opacity: 0.5; -}
\ No newline at end of file +} diff --git a/theme/stylesheets/page/highlight.less b/theme/stylesheets/page/highlight.less index ae9d1f8..26078cb 100644 --- a/theme/stylesheets/page/highlight.less +++ b/theme/stylesheets/page/highlight.less @@ -1,4 +1,4 @@ -/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ +/* http://jmblog.github.io/color-themes-for-highlightjs */ /* Tomorrow Comment */ .hljs-comment, @@ -87,4 +87,4 @@ .xml .css, .xml .hljs-cdata { opacity: 0.5; -}
\ No newline at end of file +} |