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:
Richard Heck 2009-12-03 22:30:29 +00:00
parent c79d092953
commit a2d69912a9

View File

@ -77,6 +77,11 @@ InsetLayout Marginal
margin: 1ex;
background-color: #F0F0F0;
float:right;
font-size: small;
font-weight: medium;
font-family: serif;
font-variant: normal;
font-style: normal;
}
EndHTMLStyle
End
@ -101,7 +106,14 @@ InsetLayout Foot
font-weight: bold;
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:hover div.foot_inner {
display: block;
@ -244,6 +256,9 @@ InsetLayout Box
Size Small
EndFont
MultiPar true
HTMLStyle
div.Frameless { font-family: sans-serif; }
EndHTMLStyle
End
InsetLayout Box:Shaded
@ -372,9 +387,3 @@ InsetLayout Info:shortcuts
span.shortcuts { font-family: sans-serif; }
EndHTMLStyle
End
InsetLayout Box
HTMLStyle
div.Frameless { font-family: sans-serif; }
EndHTMLStyle
End