]> git.lyx.org Git - lyx.git/commitdiff
More CSS fixes.
authorRichard Heck <rgheck@comcast.net>
Thu, 19 Nov 2009 23:40:20 +0000 (23:40 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 19 Nov 2009 23:40:20 +0000 (23:40 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32115 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/stdinsets.inc

index 445d5b3e85c93adb30640c6d7da381ae4625a539..d277bdcc1fcdc94f56ede208f3ee994bf420b384 100644 (file)
@@ -167,7 +167,7 @@ InsetLayout Note:Greyedout
        EndFont
        MultiPar              true
        HTMLStyle
-               span.note_greyedout { 
+               div.note_greyedout { 
                        background-color: #A0A0A0; 
                        padding-left: 1ex;
                        padding-right: 1ex;
@@ -340,6 +340,7 @@ InsetLayout Info
        HTMLStyle
                span.info { font-family: sans-serif; }
        EndHTMLStyle
+       HTMLTag            span
        MultiPar           false
 End
 
@@ -354,7 +355,6 @@ InsetLayout Info:menu
        Font
          Family              sans
        EndFont
-       HTMLTag           span
        HTMLAttr          "class='info menu'"
        HTMLStyle
                span.menu { font-family: sans-serif; }
@@ -372,7 +372,6 @@ InsetLayout Info:shortcut
        Font
          Family              sans
        EndFont
-       HTMLTag           span
        HTMLAttr          "class='info shortcut'"
        HTMLStyle
                span.shortcut { font-family: sans-serif; }
@@ -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