Bootstrap migration table-condensed to table-sm

This commit is contained in:
Simone Mainardi 2019-12-05 11:24:59 +01:00
parent 2a3fbf828a
commit 10a4367f86
8 changed files with 14 additions and 14 deletions

View file

@ -23,7 +23,7 @@ local edition = _GET["edition"] or ""
local function printUserScripts(title, scripts)
print[[<h3>]] print(title) print[[</h3>
<table class="table table-bordered table-condensed table-striped">
<table class="table table-bordered table-sm table-striped">
<tr><th class='text-center' width="30%">Script</th><th width="10%">Availability</th><th width="30%">Hooks</th><th>Filters</th></tr>]]
for name, script in pairsByKeys(scripts.modules) do