From 9213f5d9476ceaf279a170e13e609f32c6d4451d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 26 Jul 2008 23:51:08 +0000 Subject: Add the right path to the lines image. llvm-svn: 54111 --- clang/docs/doxygen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/docs/doxygen.css') diff --git a/clang/docs/doxygen.css b/clang/docs/doxygen.css index 83b049b5f1b..f105e202761 100644 --- a/clang/docs/doxygen.css +++ b/clang/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; -- cgit v1.2.3