Content deleted Content added
revert the material tweak - I didn't want the interpreter to need to interpret the size every time through the loop. (there's probably other perf work for us to do on navbox /shrug) |
move base templatestyles to config |
||
Line 393:
-- get templatestyles
local base_templatestyles =
local templatestyles = add_user_styles(args[cfg.arg.templatestyles])
local child_templatestyles = add_user_styles(args[cfg.arg.child_templatestyles])
|