mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Simplify CSS classes for floats.
Fixes bug #8605 and probably parts of #8755 and #9328.
This commit is contained in:
parent
f1cd24243f
commit
50c1391950
@ -44,7 +44,7 @@ Floating::Floating(string const & type, string const & placement,
|
||||
string const & Floating::htmlAttrib() const
|
||||
{
|
||||
if (html_attrib_.empty())
|
||||
html_attrib_ = "class='float " + defaultCSSClass() + "'";
|
||||
html_attrib_ = "class='" + defaultCSSClass() + "'";
|
||||
return html_attrib_;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user