Regenerate documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71055 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/llvm.css b/docs/llvm.css
index 29d40c5..f572b5e 100644
--- a/docs/llvm.css
+++ b/docs/llvm.css
@@ -72,7 +72,7 @@
/* It is preferrable to use <pre class="doc_code"> everywhere instead of the
* <div class="doc_code"><pre>...</ptr></div> construct.
- *
+ *
* Once all docs use <pre> for code regions, this style can be merged with the
* one above, and we can drop the [pre] qualifier.
*/
@@ -95,6 +95,6 @@
/* ReST-specific */
.title { margin-top: 0 }
-#contents { display: none }
+.topic-title{ display: none }
div.contents ul { list-style-type: decimal }
.toc-backref { color: black; text-decoration: none; }