diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 20:20:34 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2012-04-19 20:20:34 +0000 |
| commit | 46d611a22779aab1e861b4edcb5460947e0f63b5 (patch) | |
| tree | a0d382d7659133ee41cd8a5229fde70e3cd99ac8 /llvm/docs/FAQ.html | |
| parent | 39b8c3567a8689a2805b0b5673a0889f62974861 (diff) | |
| download | bcm5719-llvm-46d611a22779aab1e861b4edcb5460947e0f63b5.tar.gz bcm5719-llvm-46d611a22779aab1e861b4edcb5460947e0f63b5.zip | |
[docs] Update HTML pages to refer to CSS in a way that works locally and with Sphinx.
llvm-svn: 155153
Diffstat (limited to 'llvm/docs/FAQ.html')
| -rw-r--r-- | llvm/docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 2a46a9e75eb..59888095649 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/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> |

