]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdclass.inc
Remove debugging code.
[lyx.git] / lib / layouts / stdclass.inc
index 74a86dfeb655b0cfc8123715c322506f85714cbc..c3fadd2c2e3ae516f37aac1d127c84c3d35cc7fa 100644 (file)
@@ -7,7 +7,7 @@
 # ``standard'' layouts, like article and friends.
 
 
-Format 5
+Format 60
 Columns                 1
 Sides                   1
 SecNumDepth             2
@@ -26,6 +26,7 @@ EndFont
 
 
 Style Standard
+       Category              MainText
        Margin                Static
        LatexType             Paragraph
        LatexName             dummy
@@ -34,6 +35,12 @@ Style Standard
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       # FIXME This ought to be set dynamically.
+       HTMLStyle
+               div.standard {
+                       margin-bottom: 2ex;
+               }
+       EndHTMLStyle
 End
 
 #Input stdcharstyles.inc
@@ -48,3 +55,4 @@ Input stdtitle.inc
 Input stdstruct.inc
 Input lyxmacros.inc
 Input stdlayouts.inc
+Input stdciteformats.inc