]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdfloats.inc
fix typos.
[lyx.git] / lib / layouts / stdfloats.inc
index c26498a172521f865ba3baf8fbeda7b80d1dbf20..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