forked from OSchip/llvm-project
parent
e368a8cb02
commit
2fc9d272a0
|
@ -3,11 +3,7 @@
|
|||
<title>Information on using the Static Analyzer ("LLVM Checker")</title>
|
||||
<link type="text/css" rel="stylesheet" href="menu.css" />
|
||||
<link type="text/css" rel="stylesheet" href="content.css" />
|
||||
<!--<style type="text/css">
|
||||
body { color:#000000; background-color:#ffffff }
|
||||
body { font-family: Helvetica, sans-serif; font-size:9pt }
|
||||
</style> -->
|
||||
<style>
|
||||
<style>
|
||||
thead {
|
||||
background-color:#eee; color:#666666;
|
||||
font-weight: bold; cursor: default;
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
html, body {
|
||||
padding:0px;
|
||||
color:#000000; background-color:#ffffff;
|
||||
font-family: Arial, sans-serif;
|
||||
padding:0px;
|
||||
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; background-color: #fff; color: #333;
|
||||
}
|
||||
|
||||
h1, h2, h3, tt { color: #000; }
|
||||
|
||||
/* Slides */
|
||||
IMG.img_slide {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue