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; margin: 1ex;
} }
EndHTMLStyle EndHTMLStyle
HTMLClass "float-caption float-caption-figcaption" HTMLAttr "class='float-caption float-caption-figcaption'"
End End

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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