aboutsummaryrefslogtreecommitdiffstats
path: root/docs/llvm.css
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-12 20:31:18 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-12 20:31:18 +0000
commit1ce764e083e8e9cf0014ef589f6b54e13cc2e4e6 (patch)
tree43907e2281cf9bbcaee935dada5fbc0b07e5fdcf /docs/llvm.css
parent2f002b5e0bd2f336c7034280f671958e0156b4e9 (diff)
downloadexternal_llvm-1ce764e083e8e9cf0014ef589f6b54e13cc2e4e6.zip
external_llvm-1ce764e083e8e9cf0014ef589f6b54e13cc2e4e6.tar.gz
external_llvm-1ce764e083e8e9cf0014ef589f6b54e13cc2e4e6.tar.bz2
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9929 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/llvm.css')
-rw-r--r--docs/llvm.css4
1 files changed, 3 insertions, 1 deletions
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 }