]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdfloats.inc
Update layouts to 2.2.0alpha1 format
[features.git] / lib / layouts / stdfloats.inc
index ac5aaac46a22cd10fbf52e203eb28b09f355f907..4c810127d319e9d0696f49591c9fae3870941ded 100644 (file)
@@ -4,7 +4,7 @@
 # in most LyX layouts.
 
 
-Format 45
+Format 57
 
 Float
        Type                  table
@@ -48,3 +48,20 @@ Float
        UsesFloatPkg          true
        RefPrefix             alg
 End
+
+
+InsetLayout FloatList
+  HTMLTag h2
+  HTMLStyle
+    a.lyxtoc-floats { 
+      text-decoration: none; 
+      color: black;
+    }
+    a.lyxtoc-floats:visited { color: black; }
+    div.lyxtoc-floats { 
+      margin: 0em 0em 0.1em 1em;
+      font-size: large;
+      font-weight: normal;
+    }
+  EndHTMLStyle
+End