docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>. For...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 21 Apr 2011 01:52:00 +0000 (01:52 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 21 Apr 2011 01:52:00 +0000 (01:52 +0000)
commit074eeaae30f12dc2077641e1d12ae2011f0e4f42
treee1cdb7890a24fb0b8ffeb7d8f06da0efcfab7cd3
parentb5f74914cd336bef0ae05a90495141ba539c5ae7
docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>. For now, it is applied in AliasAnalysis.html and ReleaseNotes.html.

<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>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129901 91177308-0d34-0410-b5e6-96231b3b80d8
docs/AliasAnalysis.html
docs/ReleaseNotes.html
docs/llvm.css