]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdinsets.inc
Remove stray tab
[lyx.git] / lib / layouts / stdinsets.inc
index f386af000a2fa89d01cd654c6a01d428a22e42c5..50b875b21a3bd8c5d81b69df09705e7849e3853c 100644 (file)
@@ -53,7 +53,7 @@
 #                         be comma-separated.
 #End
 
-Format 19
+Format 26
 
 Provides stdinsets 1
 
@@ -97,6 +97,7 @@ InsetLayout Foot
          Size                Small
        EndFont
        MultiPar              true
+       RefPrefix             fn
        HTMLLabel             \arabic{footnote}
        HTMLInnerTag          div
        HTMLStyle
@@ -159,6 +160,9 @@ InsetLayout Note:Greyedout
        LatexType             environment
        LatexName             lyxgreyedout
        BgColor               greyedoutbg
+       Font
+         Color               greyedouttext
+       EndFont
        LabelFont
          Color               greyedout
          Size                Small
@@ -167,9 +171,9 @@ InsetLayout Note:Greyedout
        HTMLStyle
                div.note_greyedout { 
                        display: inline;
-                       background-color: #A0A0A0; 
-                       padding: 0.5ex;
-                       border: 1px black solid;
+                       color: #A0A0A0; 
+                       padding-left: 1ex;
+                       padding-right: 1ex;
                }
        EndHTMLStyle
        HTMLIsBlock           false
@@ -223,6 +227,7 @@ InsetLayout Listings
        KeepEmpty             true
        FreeSpacing           true
        ForceLTR              true
+       RefPrefix             lst
 End
 
 InsetLayout Branch
@@ -249,6 +254,7 @@ InsetLayout Index
        MultiPar              false
        CustomPars            false
        ForcePlain            true
+       ContentAsLabel        true
 End
 
 InsetLayout Box
@@ -280,6 +286,7 @@ InsetLayout Float
        HTMLStyle
                div.float {
                        border: 2px solid black;
+                       text-align: center;
                }
        EndHTMLStyle
 End
@@ -290,6 +297,7 @@ InsetLayout Wrap
          Size                Small
        EndFont
        MultiPar              true
+       RefPrefix             wrap
        HTMLStyle
                div.wrap { 
                        float: right;
@@ -304,6 +312,7 @@ InsetLayout URL
        LyXType               standard
        Decoration            classic
        LabelString           URL
+       ContentAsLabel        true
        LatexName             url
        LatexType             command
        Requires              url
@@ -405,3 +414,9 @@ InsetLayout Caption
        EndHTMLStyle
 End
 
+
+InsetLayout Preview
+       LabelString           Preview
+       Decoration            minimalistic
+       MultiPar              true
+End