diff --git a/src/css/xrforge.max.css b/src/css/xrforge.max.css index 8c0829f..fb2a696 100644 --- a/src/css/xrforge.max.css +++ b/src/css/xrforge.max.css @@ -32,7 +32,7 @@ body{ @media (max-width: 470px){ .menu a:nth-child(2){ - display: text-decoration:none; + display: none; border:none;none; } } diff --git a/src/page/footer.html b/src/page/footer.html index 2aee1de..e406c07 100644 --- a/src/page/footer.html +++ b/src/page/footer.html @@ -26,9 +26,7 @@ Sourcecode
{if footerlinks then for i,v in pairs(footerlinks) do - print([[ - ]] .. v.title .. [[
- ]]) + print('' .. v.title .. '
') end end} diff --git a/src/page/index.html b/src/page/index.html index 97c2065..84cf338 100644 --- a/src/page/index.html +++ b/src/page/index.html @@ -6,20 +6,22 @@ ${header} {if defined(item) and item.parent and item.parent.info then - print([[ - - ]]) + description = item.parent.info +else + description = opts.plugin_global_popup_instructions end} + +