Skip to content

Commit

Permalink
docs/llvm.css: Introduce cascading style <div> and <p> continued on <…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
chapuni committed Apr 21, 2011
1 parent b5f7491 commit 074eeaa
Show file tree
Hide file tree
Showing 3 changed files with 119 additions and 114 deletions.
Loading

0 comments on commit 074eeaa

Please sign in to comment.