aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-02-09 23:10:47 +0000
committerTed Kremenek <kremenek@apple.com>2010-02-09 23:10:47 +0000
commit90fc45fb1d3f91ff19151dc8bb7979961c2ed9af (patch)
tree05dad641ff3cb45468755c484b782850e3610b9c
parentfe775388fd7e33cc5c5d454be923c53d8cef4a8b (diff)
Move file-specific styling to after the menu.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95717 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/analyzer/scan-build.html35
1 files changed, 18 insertions, 17 deletions
diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html
index cf6f781048..6c2e2ffa9b 100644
--- a/www/analyzer/scan-build.html
+++ b/www/analyzer/scan-build.html
@@ -6,23 +6,6 @@
<link type="text/css" rel="stylesheet" href="content.css" />
<link type="text/css" rel="stylesheet" href="menu.css" />
<link type="text/javascript" rel="javascript" href="menu.js"/>
- <style>
- thead {
- background-color:#eee; color:#666666;
- font-weight: bold; cursor: default;
- text-align:center;
- border-top: 2px solid #cccccc;
- border-bottom: 2px solid #cccccc;
- font-weight: bold; font-family: Verdana
- }
- table { border: 1px #cccccc solid }
- table { border-collapse: collapse; border-spacing: 0px }
- table { margin-left:0px; margin-top:20px; margin-bottom:20px }
- td { border-bottom: 1px #cccccc dotted }
- td { padding:5px; padding-left:8px; padding-right:8px }
- td { text-align:left; font-size:9pt }
- td.View { padding-left: 10px }
- </style>
</head>
<body>
@@ -30,6 +13,24 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
+<style>
+ thead {
+ background-color:#eee; color:#666666;
+ font-weight: bold; cursor: default;
+ text-align:center;
+ border-top: 2px solid #cccccc;
+ border-bottom: 2px solid #cccccc;
+ font-weight: bold; font-family: Verdana
+ }
+ table { border: 1px #cccccc solid }
+ table { border-collapse: collapse; border-spacing: 0px }
+ table { margin-left:0px; margin-top:20px; margin-bottom:20px }
+ td { border-bottom: 1px #cccccc dotted }
+ td { padding:5px; padding-left:8px; padding-right:8px }
+ td { text-align:left; font-size:9pt }
+ td.View { padding-left: 10px }
+</style>
+
<h1>Running the Analyzer</h1>
<p>While the static analyzer engine can be used as a library, many users will