From 4f7f40d00efdf04aa5d9d5aa4db6cd6eeb5c7d67 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 20 Apr 2012 17:27:12 +0000 Subject: [PATCH] [docs] Update Makefile for images removal. - Also, drop the lines.gif background from doxygen, this URL was wrong on the llvm.org server anyway. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155208 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 80c6cad558c..83951f673db 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; font-weight: bold; border-width: 1px; border-style: solid none solid none;