mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +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;
|
margin: 1ex;
|
||||||
}
|
}
|
||||||
EndHTMLStyle
|
EndHTMLStyle
|
||||||
HTMLClass "float-caption float-caption-figcaption"
|
HTMLAttr "class='float-caption float-caption-figcaption'"
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user