From ff11842e8fad53e532a68b31049ef41006a88cba Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Tue, 1 Jun 2004 18:09:32 +0000 Subject: Make doxygen pages look like our own documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13919 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/doxygen.css | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/doxygen.css b/docs/doxygen.css index 41aa74cf28..bbd6a6eb3e 100644 --- a/docs/doxygen.css +++ b/docs/doxygen.css @@ -77,8 +77,19 @@ span.charliteral { color: #008080 } vertical-align: middle; } .title { - font-size: 105% - font-weight: bold; - text-decoration: underline; - text-align: center; + color: black; background: url("img/lines.gif"); + font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold; + border-width: 1px; + border-style: solid none solid none; + text-align: center; + vertical-align: middle; + padding-left: 8pt; + padding-top: 1px; + padding-bottom: 2px +/* + font-size: 105% + font-weight: bold; + text-decoration: underline; + text-align: center; +*/ } -- cgit v1.2.3