diff --git a/_data/links.yml b/_data/links.yml index 9fa7967..6a605a8 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -45,8 +45,5 @@ - hr: true -- title: Index - link: book_index.html - - title: Lua Modding API Reference link: lua_api.html diff --git a/_includes/header.html b/_includes/header.html index 1de4980..7e2aaba 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -21,6 +21,7 @@ {% assign hr = false %} {% endif %} {% endfor %} +
  • Download Examples
  • Printable Version
  • diff --git a/static/style.scss b/static/style.scss index 4bbf947..07d64a4 100644 --- a/static/style.scss +++ b/static/style.scss @@ -134,6 +134,7 @@ code { max-width: 95%; overflow-x: auto; font-size: 14px; + vertical-align: middle; } .header-link {