Make doxygen pages look like our own documentation.
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 1 Jun 2004 18:09:32 +0000 (18:09 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 1 Jun 2004 18:09:32 +0000 (18:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13919 91177308-0d34-0410-b5e6-96231b3b80d8

docs/doxygen.css

index 41aa74cf28ca3c9f41662354f342e085ba4382fd..bbd6a6eb3e3a48dd9a5b2cdf214aad7c5eb15ec5 100644 (file)
@@ -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;
+*/
 }