InsetLayout does not understand HTMLClass

This commit is contained in:
Richard Kimberly Heck 2022-12-04 16:39:44 -05:00
parent ea26cb2220
commit 053e858e2c
7 changed files with 11 additions and 11 deletions

View File

@ -619,7 +619,7 @@ InsetLayout Caption:FigCaption
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-figcaption"
HTMLAttr "class='float-caption float-caption-figcaption'"
End

View File

@ -222,7 +222,7 @@ InsetLayout Caption:Table
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-table"
HTMLAttr "class='float-caption float-caption-table'"
End

View File

@ -300,7 +300,7 @@ InsetLayout Caption:Centered
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-centered"
HTMLAttr "class='float-caption float-caption-centered'"
End

View File

@ -399,7 +399,7 @@ InsetLayout Caption:Centered
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-centered"
HTMLAttr "class='float-caption float-caption-centered'"
End

View File

@ -62,5 +62,5 @@ InsetLayout Caption:Bicaption
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-bicaption"
HTMLAttr "class='float-caption float-caption-bicaption'"
End

View File

@ -335,7 +335,7 @@ InsetLayout Caption:Above
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-above"
HTMLAttr "class='float-caption float-caption-above'"
End
@ -360,7 +360,7 @@ InsetLayout Caption:Below
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-below"
HTMLAttr "class='float-caption float-caption-below'"
End

View File

@ -666,7 +666,7 @@ InsetLayout Info:menu
Font
Family sans
EndFont
HTMLClass "info menu'"
HTMLAttr "class='info menu'"
HTMLStyle
span.menu { font-family: sans-serif; }
EndHTMLStyle
@ -685,7 +685,7 @@ InsetLayout Info:shortcut
Font
Family sans
EndFont
HTMLCLass "info shortcut"
HTMLAttr "class='info shortcut'"
HTMLStyle
span.shortcut { font-family: sans-serif; }
EndHTMLStyle
@ -706,7 +706,7 @@ InsetLayout Info:shortcuts
Font
Family sans
EndFont
HTMLClass "info shortcut"
HTMLAttr "class='info shortcut'"
HTMLStyle
span.shortcuts { font-family: sans-serif; }
EndHTMLStyle
@ -737,7 +737,7 @@ InsetLayout Caption:Standard
margin: 1ex;
}
EndHTMLStyle
HTMLClass "float-caption float-caption-standard"
HTMLAttr "class='float-caption float-caption-standard'"
End