diff options
author | Chris Lattner <sabre@nondot.org> | 2008-07-26 23:51:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-07-26 23:51:08 +0000 |
commit | 9213f5d9476ceaf279a170e13e609f32c6d4451d (patch) | |
tree | 01d645ba7722b3ff237eea0efab2336001e6ba23 /clang/docs/doxygen.css | |
parent | 7cb2da9d0bde5495d1c248355cb60502c763f6a7 (diff) | |
download | bcm5719-llvm-9213f5d9476ceaf279a170e13e609f32c6d4451d.tar.gz bcm5719-llvm-9213f5d9476ceaf279a170e13e609f32c6d4451d.zip |
Add the right path to the lines image.
llvm-svn: 54111
Diffstat (limited to 'clang/docs/doxygen.css')
-rw-r--r-- | clang/docs/doxygen.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |