Fix footnote CSS.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30055 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-06-11 22:31:41 +00:00
parent 03e0c16e87
commit 0a06e2a131

View File

@ -110,6 +110,10 @@ InsetLayout Foot
}
span.footnote {
display: none;
font-size: medium;
font-weight: normal;
font-style: normal;
font-variant: normal;
}
span.footwrapper:hover span.footnote {
display: block;