Some CSS fixes for footnotes and standard.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32096 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-11-19 21:17:44 +00:00
parent 194254082e
commit 181fee91e3
2 changed files with 3 additions and 3 deletions

View File

@ -35,6 +35,7 @@ Style Standard
Align Block
AlignPossible Block, Left, Right, Center
LabelType No_Label
# FIXME This ought to be set dynamically.
HTMLStyle
div.standard {
text-indent: 2em;

View File

@ -117,9 +117,8 @@ InsetLayout Foot
font-weight: bold;
text-decoration: underline;
}
div.foot_inner {
display: none;
}
div.foot { display: inline; }
div.foot_inner { display: none; }
div.foot:hover div.foot_inner {
display: block;
border: 1px double black;