summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-12-13 12:59:23 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-12-13 12:59:23 +0100
commitf62a0e137e9cb0f128c82823b0586e914c1e8e65 (patch)
treec51b0cc82bda99b0d30ec278e03a468525cf87d7
parentCosmetic touchups. (diff)
downloadcuberite-f62a0e137e9cb0f128c82823b0586e914c1e8e65.tar
cuberite-f62a0e137e9cb0f128c82823b0586e914c1e8e65.tar.gz
cuberite-f62a0e137e9cb0f128c82823b0586e914c1e8e65.tar.bz2
cuberite-f62a0e137e9cb0f128c82823b0586e914c1e8e65.tar.lz
cuberite-f62a0e137e9cb0f128c82823b0586e914c1e8e65.tar.xz
cuberite-f62a0e137e9cb0f128c82823b0586e914c1e8e65.tar.zst
cuberite-f62a0e137e9cb0f128c82823b0586e914c1e8e65.zip
-rw-r--r--MCServer/Plugins/APIDump/main_APIDump.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/MCServer/Plugins/APIDump/main_APIDump.lua b/MCServer/Plugins/APIDump/main_APIDump.lua
index a25bab9cf..01f3970fb 100644
--- a/MCServer/Plugins/APIDump/main_APIDump.lua
+++ b/MCServer/Plugins/APIDump/main_APIDump.lua
@@ -252,7 +252,7 @@ local function WriteHtmlHook(a_Hook, a_HookNav)
<h1>]], a_Hook.Name, [[</h1>
<hr />
</header>
- <table><tr><td style="vertical-align: top;">
+ <table style="width: 1150px; display: block;"><tr><td style="vertical-align: top;">
Index:<br />
<a href='index.html#articles'>Articles</a><br />
<a href='index.html#classes'>Classes</a><br />
@@ -262,7 +262,7 @@ local function WriteHtmlHook(a_Hook, a_HookNav)
]]);
f:write(a_HookNav);
f:write([[
- </td><td style="vertical-align: top;"><p>
+ </td><td style="display: block; width: 970px; vertical-align: top;"><p>
]]);
f:write(LinkifyString(a_Hook.Desc, HookName));
f:write("</p>\n<hr /><h1>Callback function</h1>\n<p>The default name for the callback function is ");
@@ -829,7 +829,7 @@ local function WriteHtmlClass(a_ClassAPI, a_ClassMenu)
<h1>]], a_ClassAPI.Name, [[</h1>
<hr />
</header>
- <table><tr><td style="vertical-align: top;">
+ <table style="width: 1150px; display: block;"><tr><td style="vertical-align: top;">
Index:<br />
<a href='index.html#articles'>Articles</a><br />
<a href='index.html#classes'>Classes</a><br />
@@ -839,7 +839,7 @@ local function WriteHtmlClass(a_ClassAPI, a_ClassMenu)
]]);
cf:write(a_ClassMenu);
cf:write([[
- </td><td style="vertical-align: top;"><h1>Contents</h1>
+ </td><td style="display: block; width: 970px; vertical-align: top;"><h1>Contents</h1>
<p><ul>
]]);