[llvm-commits] [PATCH 2/2] docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
geek4civic at gmail.com
Sun Apr 10 19:55:41 PDT 2011
<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>
---
docs/AliasAnalysis.html | 129 ++++++++++++++++++++++++-----------------------
docs/ReleaseNotes.html | 100 ++++++++++++++++++------------------
docs/llvm.css | 4 ++
3 files changed, 119 insertions(+), 114 deletions(-)
---
For this submission, I show two more tweaked file,
"AliasAnalysis.html" and "ReleaseNotes.html".
I have almost all (traversable from docs/index.html) patches for them.
With this patch, formatting might be changed. You will see cascading
indentation.
I believe my patch might make easier to tweak styles in future.
...Takumi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-docs-Introduce-cascading-style-div-and-p-continu.patch.txt
Type: text/x-patch
Size: 34062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110411/f6aea1b1/attachment.bin>
More information about the llvm-commits
mailing list