Fix blockquote style and admonition

This commit is contained in:
Marcel Stör 2015-12-14 21:41:06 +01:00
parent 37d3e8ec5e
commit c62cf1b3f7
2 changed files with 13 additions and 0 deletions

9
docs/css/extra.css Normal file
View File

@ -0,0 +1,9 @@
blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.rst-content blockquote {
margin: 0;
}

View File

@ -1,11 +1,15 @@
site_name: NodeMCU Documentation site_name: NodeMCU Documentation
site_description: Description of the NodeMCU documentation site_description: Description of the NodeMCU documentation
theme: readthedocs theme: readthedocs
repo_url: https://github.com/nodemcu/nodemcu-firmware/ repo_url: https://github.com/nodemcu/nodemcu-firmware/
strict: true strict: true
markdown_extensions: markdown_extensions:
- admonition:
- toc: - toc:
permalink: True permalink: True
pages: pages:
- Home: 'index.md' - Home: 'index.md'
- Building the firmware: 'build.md' - Building the firmware: 'build.md'