summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-31 23:01:02 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-31 23:01:02 +0000
commit448a4afd2e3534af1c3099fb465a64b6f68911cc (patch)
tree995aa70c1d370023b3aa104889538a439b20deca /docs
parent341d7141ed62a33d7c4b789770d47c31e1d0c9c3 (diff)
downloadllvm-448a4afd2e3534af1c3099fb465a64b6f68911cc.tar.gz
llvm-448a4afd2e3534af1c3099fb465a64b6f68911cc.tar.bz2
llvm-448a4afd2e3534af1c3099fb465a64b6f68911cc.tar.xz
Give table headers the striped background.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/llvm.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/llvm.css b/docs/llvm.css
index aabc6c22b8..5aa42d8e1c 100644
--- a/docs/llvm.css
+++ b/docs/llvm.css
@@ -12,7 +12,10 @@ address img { float: right; width: 88px; height: 31px; }
address { clear: right; }
TR, TD { border: 2px solid gray; padding: 4pt 4pt 2pt 2pt; }
-TH { border: 2px solid gray; font-weight: bold; font-size: 105%; }
+TH { border: 2px solid gray; font-weight: bold; font-size: 105%;
+ color: black; background: url("img/lines.gif");
+ font-family: "Georgia,Palatino,Times,Roman"; text-align:center;
+ vertical-align: middle; }
TABLE { text-align: center; border: 2px solid black;
border-collapse: collapse; margin-top: 1em; margin-left: 1em;
margin-right: 1em; margin-bottom: 1em; }