diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-23 00:30:22 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-04-23 00:30:22 +0000 |
| commit | aa3d6242cfb3a21922f7ec13cbd5b65303a51f80 (patch) | |
| tree | 9e983f7f24dd1e366320629556b37e9d9f58cb78 /llvm/docs/index.html | |
| parent | 576273cf5629429e757c2de2448ebf022524c069 (diff) | |
| download | bcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.tar.gz bcm5719-llvm-aa3d6242cfb3a21922f7ec13cbd5b65303a51f80.zip | |
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
<h2>Section Example</h2>
<div> <!-- h2+div is applied -->
<p>Section preamble.</p>
<h3>Subsection Example</h3>
<p> <!-- h3+p is applied -->
Subsection body
</p>
<!-- End of section body -->
</div>
FIXME: Care H5 better.
llvm-svn: 130040
Diffstat (limited to 'llvm/docs/index.html')
| -rw-r--r-- | llvm/docs/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index e40877c5fbb..e8b5a44e7d2 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -13,7 +13,6 @@ see <a href="http://llvm.org/releases/">the download page</a> to find your documentation.</p> -<div class="doc_text"> <table class="layout" width="95%"><tr class="layout"><td class="left"> <ul> <li><a href="#llvmdesign">LLVM Design</a></li> @@ -32,7 +31,6 @@ your documentation.</p> </p> </form> </td></tr></table> -</div> <div class="doc_author"> <p>Written by <a href="http://llvm.org/">The LLVM Team</a></p> |

