[llvm-commits] CVS: llvm/docs/doxygen.css
Misha Brukman
brukman at cs.uiuc.edu
Tue Jun 1 13:14:04 PDT 2004
Changes in directory llvm/docs:
doxygen.css updated: 1.1 -> 1.2
---
Log message:
Make doxygen pages look like our own documentation.
---
Diffs of the changes: (+15 -4)
Index: llvm/docs/doxygen.css
diff -u llvm/docs/doxygen.css:1.1 llvm/docs/doxygen.css:1.2
--- llvm/docs/doxygen.css:1.1 Wed Dec 31 00:47:28 2003
+++ llvm/docs/doxygen.css Tue Jun 1 13:09:32 2004
@@ -77,8 +77,19 @@
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;
+*/
}
More information about the llvm-commits
mailing list