index.html: Add link to llvm vs. the world

llvm.css: Add padding on top and bottom so that letters do not merge with
surrounding whitespace

llvm-svn: 9929
This commit is contained in:
Brian Gaeke 2003-11-12 20:31:18 +00:00
parent a146c31bde
commit 56d3cc5793
2 changed files with 9 additions and 1 deletions

View File

@ -157,6 +157,12 @@ LLVM User Guides:
<dd>
<a href="TestingGuide.html"> llvm/docs/TestingGuide.html</a>
<p>
<dt>
Comparison of LLVM to other frameworks:
<dd>
<a href="LLVMVsTheWorld.html"> llvm/docs/LLVMVsTheWorld.html</a>
<p>
</dl>
<h3>

View File

@ -12,7 +12,9 @@
.doc_title, .doc_section, .doc_subsection {
color: #ffffff; background: #330077;
font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
padding-left: 8pt
padding-left: 8pt;
padding-top: 1px;
padding-bottom: 2px
}
.doc_title { text-align: left; font-size: 25pt }