[llvm-commits] CVS: llvm/docs/index.html llvm.css
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Nov 12 14:32:02 PST 2003
Changes in directory llvm/docs:
index.html updated: 1.3 -> 1.4
llvm.css updated: 1.6 -> 1.7
---
Log message:
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
---
Diffs of the changes: (+9 -1)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.3 llvm/docs/index.html:1.4
--- llvm/docs/index.html:1.3 Wed Oct 29 19:19:16 2003
+++ llvm/docs/index.html Wed Nov 12 14:31:18 2003
@@ -157,6 +157,12 @@
<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>
Index: llvm/docs/llvm.css
diff -u llvm/docs/llvm.css:1.6 llvm/docs/llvm.css:1.7
--- llvm/docs/llvm.css:1.6 Wed Nov 12 14:24:39 2003
+++ llvm/docs/llvm.css Wed Nov 12 14:31:18 2003
@@ -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 }
More information about the llvm-commits
mailing list