summaryrefslogtreecommitdiffstats
path: root/llvm/docs/llvm.css
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-01 09:26:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-01 09:26:57 +0000
commit1e64cad5ff7024aaacc896bdc130993e04a518e3 (patch)
tree49b402abe82c1ed161dffe2890de165ab9f830b7 /llvm/docs/llvm.css
parent4ffe4a77334a65140f3ff8eac148298643c62164 (diff)
downloadbcm5719-llvm-1e64cad5ff7024aaacc896bdc130993e04a518e3.tar.gz
bcm5719-llvm-1e64cad5ff7024aaacc896bdc130993e04a518e3.zip
Attempt CSS 2 compliance.
llvm-svn: 17404
Diffstat (limited to 'llvm/docs/llvm.css')
-rw-r--r--llvm/docs/llvm.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/llvm.css b/llvm/docs/llvm.css
index 55b7258a9dd..5a5a38f0401 100644
--- a/llvm/docs/llvm.css
+++ b/llvm/docs/llvm.css
@@ -25,7 +25,7 @@ TABLE { text-align: center; border: 2px solid black;
/* Common for title and header */
.doc_title, .doc_section, .doc_subsection {
color: black; background: url("img/lines.gif");
- font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
+ font-family: "Georgia,Palatino,Times,Roman,SanSerif"; font-weight: bold;
border-width: 1px;
border-style: solid none solid none;
text-align: center;
@@ -76,7 +76,7 @@ TD.left { border: none; padding: 4pt 4pt 2pt 2pt; text-align: left;
vertical-align: top;}
TD.right { border: none; padding: 4pt 4pt 2pt 2pt; text-align: right;
vertical-align: top;}
-TH.layout { border: none font-weight: bold; font-size: 105%;
+TH.layout { border: none; font-weight: bold; font-size: 105%;
text-align:center; vertical-align: middle; }
/* Left align table cell */
OpenPOWER on IntegriCloud