summaryrefslogtreecommitdiff
path: root/docs/doxygen.css
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-20 17:27:12 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-20 17:27:12 +0000
commit4f7f40d00efdf04aa5d9d5aa4db6cd6eeb5c7d67 (patch)
treeb6d999631688c66bf79ab6bfd6b3ea03fa315b18 /docs/doxygen.css
parent34c53f3ac9f5b426cadc81e33cc0a5ef7e08068f (diff)
downloadllvm-4f7f40d00efdf04aa5d9d5aa4db6cd6eeb5c7d67.tar.gz
llvm-4f7f40d00efdf04aa5d9d5aa4db6cd6eeb5c7d67.tar.bz2
llvm-4f7f40d00efdf04aa5d9d5aa4db6cd6eeb5c7d67.tar.xz
[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
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 80c6cad558..83951f673d 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;