Added: Diplay:inline-block option to style of div in group_html

--HG--
branch : develop
hg/compatibility-develop
ulukyn 7 years ago
parent 24b99e677c
commit 1a128ac269

@ -1570,6 +1570,8 @@ namespace NLGUI
{ {
if ((*it).first == "template") if ((*it).first == "template")
templateName = (*it).second; templateName = (*it).second;
else if ((*it).first == "display" && (*it).second == "inline-block")
_BlockLevelElement.back() = false;
else else
tmplParams.push_back(TTmplParam((*it).first, (*it).second)); tmplParams.push_back(TTmplParam((*it).first, (*it).second));
} }

Loading…
Cancel
Save