[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
diff --git a/docs/FAQ.html b/docs/FAQ.html
index 2a46a9e..5988809 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>