diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-06-03 21:57:43 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-06-03 21:57:43 +0000 |
commit | 29dde39ae42a8cd75b84321caccfa4f607f4be0b (patch) | |
tree | 0aa46f724586e5c54f734356335019e9e0e06c9a /docs | |
parent | 4c0397fe14e612cd686ac4aeca6124b9d9c8cbd9 (diff) |
HTML tweak to get the PCH internals documentation to display correctly
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72813 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/PCHInternals.html | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/PCHInternals.html b/docs/PCHInternals.html index 6e2313ca7b..6ea1692773 100644 --- a/docs/PCHInternals.html +++ b/docs/PCHInternals.html @@ -1,6 +1,13 @@ -<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> -<html> <head> -<title>Precompiled Headers (PCH)</title> +<html> +<head> + <title>Precompiled Headers (PCH)</title> + <link type="text/css" rel="stylesheet" href="../menu.css" /> + <link type="text/css" rel="stylesheet" href="../content.css" /> + <style type="text/css"> + td { + vertical-align: top; + } + </style> </head> <body> |