]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdtitle.inc
whitespace
[lyx.git] / lib / layouts / stdtitle.inc
index fa994e98275015b84fb2e865ef562c2504e79ebe..5b02b23ccbd37f189bacbbd8cfcd23c161e6c0f7 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like title, author and such.
 
 
-Format 24
+Format 35
 
 # CSS for the TOC
 AddToHTMLPreamble
@@ -20,6 +20,11 @@ AddToHTMLPreamble
                padding: 1em 0em; 
        }
        div.tochead { font-size: x-large; font-weight: bold; }
+       div.lyxtoc-0 {
+               margin: 2em 0em 0em 0em;
+               font-size: xx-large;
+               font-weight: bold;
+       }
        div.lyxtoc-1 { 
                margin: 1em 0em 0em 0em; 
                font-size: x-large; 
@@ -30,10 +35,15 @@ AddToHTMLPreamble
                font-size: large; 
                font-weight: normal; 
        }
-       div.lyxtoc-3 { margin: 0em 0em 0em 1em; font-size: medium; }
-       div.lyxtoc-4 { margin: 0em 0em 0em 1em; }
-       div.lyxtoc-5 { margin: 0em 0em 0em 1em; }
-       div.lyxtoc-6 { margin: 0em 0em 0em 1em; }
+       div.lyxtoc-3 { margin: 0em 0em 0em 0.5em; font-size: medium; }
+       div.lyxtoc-4 { margin: 0em 0em 0em 0.5em; }
+       div.lyxtoc-5 { margin: 0em 0em 0em 0.5em; }
+       div.lyxtoc-6 { margin: 0em 0em 0em 0.5em; }
+       a.tocentry {
+               text-decoration: none;
+               color: black;
+       }
+       a.tocentry:visited { color: black; }
        a.tocarrow { 
                font-weight: bold; 
                text-decoration: none;