diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-02-09 23:32:46 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-02-09 23:32:46 +0000 |
commit | c49d5d56cba8dc7f40e82b98461632916518ee9d (patch) | |
tree | c32fbdab788c5c04a370d35ed2350411275e2e73 | |
parent | c0565f00b95c122fa73afe4bf900725c389e3cba (diff) |
Tweak CSS for options table.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95724 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/analyzer/scan-build.html | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/www/analyzer/scan-build.html b/www/analyzer/scan-build.html index 6c2e2ffa9b..85ee3cd181 100644 --- a/www/analyzer/scan-build.html +++ b/www/analyzer/scan-build.html @@ -14,21 +14,20 @@ <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 } +table.options thead { + background-color:#eee; color:#666666; + font-weight: bold; cursor: default; + text-align:left; + border-top: 2px solid #cccccc; + border-bottom: 2px solid #cccccc; + font-weight: bold; font-family: Verdana +} +table.options { border: 1px #cccccc solid } +table.options { border-collapse: collapse; border-spacing: 0px } +table.options { margin-left:0px; margin-top:20px; margin-bottom:20px } +table.options td { border-bottom: 1px #cccccc dotted } +table.options td { padding:5px; padding-left:8px; padding-right:8px } +table.options td { text-align:left; font-size:9pt } </style> <h1>Running the Analyzer</h1> @@ -118,7 +117,7 @@ options prefix the build command. For example:</p> <p>Here is a subset of useful options:</p> -<table> +<table class="options"> <thead><tr><td>Option</td><td>Description</td></tr></thead> <tr><td><b>-o</b></td><td>Target directory for HTML report files. Subdirectories |