diff options
-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> |