]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
fix typos.
[lyx.git] / lib / layouts / stdfloats.inc
index 93417cadf22e010be3c55306ae064d9e4f852a38..eb15ef6a45df5dc3cd85aca9b380e899c7b1d13a 100644 (file)
@@ -1,9 +1,26 @@
-# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
+# Author : Lars Gullik Bjønnes <larsbj@lyx.org>
 
 # This include file contains all the floats that are defined as standard
 # in most LyX layouts.
 
 
+Format 16
+
+AddToHTMLPreamble
+       <style type="text/css">
+               div.float {
+                       border: 2px solid black;
+               }
+               div.float-caption {
+                       text-align: center;
+                       border: 2px solid black;
+                       padding: 1ex;
+                       margin-bottom: 1ex;
+               }
+       </style>
+EndPreamble
+
+
 Float
        Type                  table
        GuiName               Table
@@ -14,7 +31,8 @@ Float
        ListName              "List of Tables"
        LaTeXBuiltin          true
 End
-       
+
+
 Float
        Type                  figure
        GuiName               Figure
@@ -26,6 +44,7 @@ Float
        LaTeXBuiltin          true
 End
 
+
 Float
        Type                  algorithm
        GuiName               Algorithm