aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/index.html6
-rw-r--r--docs/llvm.css4
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 5dc1da0..20f73fd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>
diff --git a/docs/llvm.css b/docs/llvm.css
index 2f234da..deaff92 100644
--- a/docs/llvm.css
+++ b/docs/llvm.css
@@ -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 }