More tinkering
This commit is contained in:
parent
cb5ac20889
commit
f2cadcb18d
|
@ -0,0 +1,21 @@
|
||||||
|
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;
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -0,0 +1 @@
|
||||||
|
A list of modules
|
Loading…
Reference in New Issue