mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
194254082e
commit
181fee91e3
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user