Link to examples, remove link to index, add vertical-align to code elements
This commit is contained in:
parent
a49fb394d4
commit
b0ff8561ae
@ -45,8 +45,5 @@
|
|||||||
|
|
||||||
- hr: true
|
- hr: true
|
||||||
|
|
||||||
- title: Index
|
|
||||||
link: book_index.html
|
|
||||||
|
|
||||||
- title: Lua Modding API Reference
|
- title: Lua Modding API Reference
|
||||||
link: lua_api.html
|
link: lua_api.html
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
{% assign hr = false %}
|
{% assign hr = false %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
<li><a href="https://github.com/rubenwardy/minetest_modding_book/archive/examples.zip">Download Examples</a><li>
|
||||||
<li><a id="printable">Printable Version</a><li>
|
<li><a id="printable">Printable Version</a><li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="page">
|
<div id="page">
|
||||||
|
@ -134,6 +134,7 @@ code {
|
|||||||
max-width: 95%;
|
max-width: 95%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-link {
|
.header-link {
|
||||||
|
Loading…
Reference in New Issue
Block a user