mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-24 01:01:57 +00:00
Some CSS fixes.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32307 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c79d092953
commit
a2d69912a9
@ -77,6 +77,11 @@ InsetLayout Marginal
|
|||||||
margin: 1ex;
|
margin: 1ex;
|
||||||
background-color: #F0F0F0;
|
background-color: #F0F0F0;
|
||||||
float:right;
|
float:right;
|
||||||
|
font-size: small;
|
||||||
|
font-weight: medium;
|
||||||
|
font-family: serif;
|
||||||
|
font-variant: normal;
|
||||||
|
font-style: normal;
|
||||||
}
|
}
|
||||||
EndHTMLStyle
|
EndHTMLStyle
|
||||||
End
|
End
|
||||||
@ -101,7 +106,14 @@ InsetLayout Foot
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
div.foot { display: inline; }
|
div.foot {
|
||||||
|
display: inline;
|
||||||
|
font-size: small;
|
||||||
|
font-weight: medium;
|
||||||
|
font-family: serif;
|
||||||
|
font-variant: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
div.foot_inner { display: none; }
|
div.foot_inner { display: none; }
|
||||||
div.foot:hover div.foot_inner {
|
div.foot:hover div.foot_inner {
|
||||||
display: block;
|
display: block;
|
||||||
@ -244,6 +256,9 @@ InsetLayout Box
|
|||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
MultiPar true
|
MultiPar true
|
||||||
|
HTMLStyle
|
||||||
|
div.Frameless { font-family: sans-serif; }
|
||||||
|
EndHTMLStyle
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Box:Shaded
|
InsetLayout Box:Shaded
|
||||||
@ -372,9 +387,3 @@ InsetLayout Info:shortcuts
|
|||||||
span.shortcuts { font-family: sans-serif; }
|
span.shortcuts { font-family: sans-serif; }
|
||||||
EndHTMLStyle
|
EndHTMLStyle
|
||||||
End
|
End
|
||||||
|
|
||||||
InsetLayout Box
|
|
||||||
HTMLStyle
|
|
||||||
div.Frameless { font-family: sans-serif; }
|
|
||||||
EndHTMLStyle
|
|
||||||
End
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user