mdbook/src
Onur Aslan b9e22bb8f2 Use light theme when javascript is disabled
mdBook is setting theme (by adding a class attribute to body tag) with javascript.
Page is not using any theme by default and page is not using any styling unless
javascript is enabled.

This patch is adding class attribute to body tag and making mdBook to use `light`
theme when javascript is disabled.

Fixes: #144
2016-06-15 17:25:28 +03:00
..
bin Fix azerupi/mdBook#133 by adding a link to the GitHub repo at the end of the --help output. 2016-06-11 23:08:48 +00:00
book Fix no-default-features build 2016-05-08 21:51:34 +02:00
parse Add a rustfmt config and run rustfmt on the code base 2016-03-17 22:31:28 +01:00
renderer (Refactor) Move the Render trait into mod.rs instead of submodule 2016-04-27 14:19:59 +02:00
theme Use light theme when javascript is disabled 2016-06-15 17:25:28 +03:00
utils Implement Serve feature 2016-04-02 05:20:46 +02:00
lib.rs Refactor: Move extern crate definitions to lib.rs 2016-03-27 18:22:17 +02:00
macros.rs Added a new macro 'output' that can be disabled by a feature 2015-08-04 17:13:24 +02:00