From 936e5ca38b1d6557d2cafd6d8021c23548b8c784 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 1 Nov 2004 09:26:57 +0000 Subject: [PATCH] Attempt CSS 2 compliance. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17404 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/llvm.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/llvm.css b/docs/llvm.css index 55b7258a9dd..5a5a38f0401 100644 --- a/docs/llvm.css +++ b/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 */