summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-12-13 15:33:51 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-12-13 15:33:51 +0100
commit4f2931dd39f6606bd40d240cc70df8f1b0d002ce (patch)
treefd77a6a003bdaa837e1ab265f35c82275d13e489
parentFixed the width sometimes going over the div size (diff)
downloadcuberite-4f2931dd39f6606bd40d240cc70df8f1b0d002ce.tar
cuberite-4f2931dd39f6606bd40d240cc70df8f1b0d002ce.tar.gz
cuberite-4f2931dd39f6606bd40d240cc70df8f1b0d002ce.tar.bz2
cuberite-4f2931dd39f6606bd40d240cc70df8f1b0d002ce.tar.lz
cuberite-4f2931dd39f6606bd40d240cc70df8f1b0d002ce.tar.xz
cuberite-4f2931dd39f6606bd40d240cc70df8f1b0d002ce.tar.zst
cuberite-4f2931dd39f6606bd40d240cc70df8f1b0d002ce.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 01f3970fb..a25bab9cf 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 style="width: 1150px; display: block;"><tr><td style="vertical-align: top;">
+ <table><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="display: block; width: 970px; vertical-align: top;"><p>
+ </td><td style="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 style="width: 1150px; display: block;"><tr><td style="vertical-align: top;">
+ <table><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="display: block; width: 970px; vertical-align: top;"><h1>Contents</h1>
+ </td><td style="vertical-align: top;"><h1>Contents</h1>
<p><ul>
]]);