Commit c62cf1b3 authored by Marcel Stör's avatar Marcel Stör
Browse files

Fix blockquote style and admonition

parent 37d3e8ec
blockquote {
padding: 0 15px;
color: #777;
border-left: 4px solid #ddd;
}
.rst-content blockquote {
margin: 0;
}
\ No newline at end of file
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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment