Index: site.css =================================================================== --- site.css (revision 518893) +++ site.css (working copy) @@ -1,10 +1,10 @@ /* * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed with + * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with - * the License. You may obtain a copy of the License at + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -66,7 +66,7 @@ margin-top: 5pt; margin-right: 0pt; margin-bottom: 5pt; - text-transform: uppercase; + /* text-transform: uppercase;*/ font-size: 105%; } @@ -165,7 +165,7 @@ margin-left: 40pt; } -.TOCHeading { +/**.TOCHeading { font-weight: bold; font-size: 105%; text-align: left; @@ -175,9 +175,43 @@ margin-top: 5pt; margin-left: 5px; margin-right: 0pt; +}**/ + +ol.TOC +{ + list-style-type: none; + font-weight: bold; + font-size: 105%; + text-align: left; + padding-left: 0pt; + margin-left: 15pt; + margin-top: 5pt; + margin-bottom: 5pt; } -.TOC { +ol.TOC li { + margin-top: 5pt; + margin-bottom: 0pt; +} + +ol.TOC li li { + margin-top: 0pt; + margin-bottom: 0pt; +} + +ol.TOC ol, ol.TOC ul { + list-style-type: none; + font-weight: lighter; + padding-left: 0; + margin-left: 20pt; +} + +ol.TOC ol ul { + margin-bottom: 2.5pt; + /*font-size: 95%;*/ +} + +/**.TOC { text-indent: 15pt; color: white; padding-left: 15px; @@ -186,6 +220,7 @@ margin-top: 0px; margin-bottom: 0px; } +**/ .update { color: #A9A9A9; @@ -193,8 +228,12 @@ font-style: italic; } +ol, ul { + margin-left: 20pt; + padding-left: 0; +} + li { - margin-left: 20pt; padding-left: 1pt; padding-top: 1pt; padding-bottom: 1pt;