[llvm-commits] CVS: llvm/docs/doxygen.css
Misha Brukman
brukman at cs.uiuc.edu
Tue Jun 1 13:24:05 PDT 2004
Changes in directory llvm/docs:
doxygen.css updated: 1.2 -> 1.3
---
Log message:
* Use sans-serif fonts just like in the rest of doxygen
* Reference the lines image correctly
* Set font size to make the title stand out
---
Diffs of the changes: (+3 -8)
Index: llvm/docs/doxygen.css
diff -u llvm/docs/doxygen.css:1.2 llvm/docs/doxygen.css:1.3
--- llvm/docs/doxygen.css:1.2 Tue Jun 1 13:09:32 2004
+++ llvm/docs/doxygen.css Tue Jun 1 13:19:28 2004
@@ -77,8 +77,9 @@
vertical-align: middle;
}
.title {
- color: black; background: url("img/lines.gif");
- font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
+ font-size: 25pt;
+ color: black; background: url("../img/lines.gif");
+ font-weight: bold;
border-width: 1px;
border-style: solid none solid none;
text-align: center;
@@ -86,10 +87,4 @@
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