aboutsummaryrefslogtreecommitdiff
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-19 20:20:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-19 20:20:34 +0000
commitadea497673dab74b08fa2546e69619f1abe55662 (patch)
tree73293d01e7bf54f116fd88235e59b3e091a043e9 /docs/FAQ.html
parent3020c964408e369a81a61013111b9185e6884331 (diff)
[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 2a46a9e75e..5988809564 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>LLVM: Frequently Asked Questions</title>
<style type="text/css">
- @import url("llvm.css");
+ @import url("_static/llvm.css");
.question { font-weight: bold }
.answer { margin-left: 2em }
</style>