diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-05-06 01:41:47 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-05-06 01:41:47 +0000 |
commit | 4707bf4057e7e053f0708dd7347821adbb0efd93 (patch) | |
tree | b6d3a71aa30daa3381b0b1df6f20cdf3bebbb47a /llvm/docs/llvm.css | |
parent | 6da4749ce6b54e52ff224983297e7dc0ef0e2745 (diff) | |
download | bcm5719-llvm-4707bf4057e7e053f0708dd7347821adbb0efd93.tar.gz bcm5719-llvm-4707bf4057e7e053f0708dd7347821adbb0efd93.zip |
Regenerate documentation.
llvm-svn: 71055
Diffstat (limited to 'llvm/docs/llvm.css')
-rw-r--r-- | llvm/docs/llvm.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/llvm.css b/llvm/docs/llvm.css index 29d40c518e6..f572b5e5714 100644 --- a/llvm/docs/llvm.css +++ b/llvm/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; } |