nodemcu-firmware/docs/css/extra.css

22 lines
373 B
CSS
Raw Normal View History

2015-12-10 21:57:52 +01:00
div.col-md-9 h1:first-of-type, div.section h1:first-of-type {
text-align: center;
font-size: 50px;
font-weight: 300;
}
div.col-md-9 p:first-of-type {
/*text-align: center;*/
}
div.col-md-9 p.admonition-title:first-of-type {
text-align: left;
}
div.col-md-9 h1:first-of-type .headerlink {
display: none;
}
code.no-highlight {
color: black;
}