From d83d006317bcca8ff400c8d8e93efebce59dc12e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Jul 2008 23:51:08 +0000 Subject: [PATCH] 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 --- docs/doxygen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0