mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
InsetLayout does not understand HTMLClass
This commit is contained in:
parent
ea26cb2220
commit
053e858e2c
@ -619,7 +619,7 @@ InsetLayout Caption:FigCaption
|
||||
margin: 1ex;
|
||||
}
|
||||
EndHTMLStyle
|
||||
HTMLClass "float-caption float-caption-figcaption"
|
||||
HTMLAttr "class='float-caption float-caption-figcaption'"
|
||||
End
|
||||
|
||||
|
||||
|
@ -222,7 +222,7 @@ InsetLayout Caption:Table
|
||||
margin: 1ex;
|
||||
}
|
||||
EndHTMLStyle
|
||||
HTMLClass "float-caption float-caption-table"
|
||||
HTMLAttr "class='float-caption float-caption-table'"
|
||||
End
|
||||
|
||||
|
||||
|
@ -300,7 +300,7 @@ InsetLayout Caption:Centered
|
||||
margin: 1ex;
|
||||
}
|
||||
EndHTMLStyle
|
||||
HTMLClass "float-caption float-caption-centered"
|
||||
HTMLAttr "class='float-caption float-caption-centered'"
|
||||
End
|
||||
|
||||
|
||||
|
@ -399,7 +399,7 @@ InsetLayout Caption:Centered
|
||||
margin: 1ex;
|
||||
}
|
||||
EndHTMLStyle
|
||||
HTMLClass "float-caption float-caption-centered"
|
||||
HTMLAttr "class='float-caption float-caption-centered'"
|
||||
End
|
||||
|
||||
|
||||
|
@ -62,5 +62,5 @@ InsetLayout Caption:Bicaption
|
||||
margin: 1ex;
|
||||
}
|
||||
EndHTMLStyle
|
||||
HTMLClass "float-caption float-caption-bicaption"
|
||||
HTMLAttr "class='float-caption float-caption-bicaption'"
|
||||
End
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user