]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
* linguistics.module:
[lyx.git] / lib / layouts / stdinsets.inc
index a7933747c2b2441c78799aad013fcd25bb82b761..d277bdcc1fcdc94f56ede208f3ee994bf420b384 100644 (file)
@@ -77,7 +77,6 @@ InsetLayout Marginal
        EndFont
        MultiPar              true
        NeedProtect           true
-       HTMLTag               div
        HTMLStyle
                div.marginal {
                        border: 2px solid black; 
@@ -107,7 +106,6 @@ InsetLayout Foot
          Size                Small
        EndFont
        MultiPar              true
-       HTMLTag               div
        HTMLLabel             \arabic{footnote}
        HTMLInnerTag          div
        HTMLStyle
@@ -153,7 +151,6 @@ InsetLayout Note:Note
          Size                Small
        EndFont
        MultiPar              true
-       HTMLTag               div
        HTMLIsBlock           false
 # FIXME HTML Need CSS
 End
@@ -170,13 +167,12 @@ InsetLayout Note:Greyedout
        EndFont
        MultiPar              true
        HTMLStyle
-               span.note_greyedout { 
+               div.note_greyedout { 
                        background-color: #A0A0A0; 
                        padding-left: 1ex;
                        padding-right: 1ex;
                }
        EndHTMLStyle
-       HTMLTag               div
        HTMLIsBlock           false
 End
 
@@ -295,7 +291,7 @@ InsetLayout Wrap
        EndFont
        MultiPar              true
        HTMLStyle
-               span.wrap { 
+               div.wrap { 
                        float: right;
                        width: 40%;
                        border: 2px solid black;
@@ -344,9 +340,12 @@ InsetLayout Info
        HTMLStyle
                span.info { font-family: sans-serif; }
        EndHTMLStyle
+       HTMLTag            span
+       MultiPar           false
 End
 
 InsetLayout Info:menu
+       CopyStyle             Info
        LatexType             command
        LatexName             menuitem
        Preamble
@@ -356,7 +355,6 @@ InsetLayout Info:menu
        Font
          Family              sans
        EndFont
-       HTMLTag           span
        HTMLAttr          "class='info menu'"
        HTMLStyle
                span.menu { font-family: sans-serif; }
@@ -364,6 +362,7 @@ InsetLayout Info:menu
 End
 
 InsetLayout Info:shortcut
+       CopyStyle             Info
        LatexType             command
        LatexName             shortcut
        Preamble
@@ -373,7 +372,6 @@ InsetLayout Info:shortcut
        Font
          Family              sans
        EndFont
-       HTMLTag           span
        HTMLAttr          "class='info shortcut'"
        HTMLStyle
                span.shortcut { font-family: sans-serif; }
@@ -381,6 +379,7 @@ InsetLayout Info:shortcut
 End
 
 InsetLayout Info:shortcuts
+       CopyStyle             Info
        LatexType             command
        LatexName             shortcut
        Preamble
@@ -390,15 +389,14 @@ InsetLayout Info:shortcuts
        Font
          Family              sans
        EndFont
-       HTMLTag           span
        HTMLAttr          "class='info shortcut'"
        HTMLStyle
-               span.shortcut { font-family: sans-serif; }
+               span.shortcuts { font-family: sans-serif; }
        EndHTMLStyle
 End
 
 InsetLayout Box
        HTMLStyle
-               span.Frameless { font-family: sans-serif; }
+               div.Frameless { font-family: sans-serif; }
        EndHTMLStyle
 End