summaryrefslogtreecommitdiff
path: root/docs/llvm.css
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-05-06 01:41:47 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-05-06 01:41:47 +0000
commitd6d2efc4ce08062cdf8952f74efc918e8c6a7ee1 (patch)
treebcc4fb6629c6d368ad63112386d7848f0ce7f1f5 /docs/llvm.css
parente89331b93d8621b9e262b4b099e1039a826bf7e0 (diff)
downloadllvm-d6d2efc4ce08062cdf8952f74efc918e8c6a7ee1.tar.gz
llvm-d6d2efc4ce08062cdf8952f74efc918e8c6a7ee1.tar.bz2
llvm-d6d2efc4ce08062cdf8952f74efc918e8c6a7ee1.tar.xz
Regenerate documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71055 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/llvm.css')
-rw-r--r--docs/llvm.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/llvm.css b/docs/llvm.css
index 29d40c518e..f572b5e571 100644
--- a/docs/llvm.css
+++ b/docs/llvm.css
@@ -72,7 +72,7 @@ h3, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
/* 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 @@ th.layout { border: none; font-weight: bold; font-size: 105%;
/* 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; }