summaryrefslogtreecommitdiffstats
path: root/docs/doxygen.css
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-07-26 23:51:08 +0000
committerChris Lattner <sabre@nondot.org>2008-07-26 23:51:08 +0000
commitd83d006317bcca8ff400c8d8e93efebce59dc12e (patch)
tree4026e00ff66bcccf6953b900f076994356e4e6ec /docs/doxygen.css
parent14e3fdba32650ec89f9706d3987b9a5b451dc22e (diff)
Add the right path to the lines image.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/doxygen.css')
-rw-r--r--docs/doxygen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doxygen.css b/docs/doxygen.css
index 83b049b5f1..f105e20276 100644
--- a/docs/doxygen.css
+++ b/docs/doxygen.css
@@ -327,7 +327,7 @@ HR { height: 1px;
}
.title {
font-size: 25pt;
- color: black; background: url("../img/lines.gif");
+ color: black; background: url("http://llvm.org/img/lines.gif");
font-weight: bold;
border-width: 1px;
border-style: solid none solid none;