htdocs: Make the Cppcheck header clickable.
This commit is contained in:
parent
7eb1f36200
commit
e09dfadce6
|
@ -18,7 +18,7 @@ uninitialized variables, unused functions" />
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h1>Cppcheck</h1>
|
<h1><a href="/">Cppcheck</a></h1>
|
||||||
<p>A tool for static C/C++ code analysis</p>
|
<p>A tool for static C/C++ code analysis</p>
|
||||||
</div> <!-- .wrap -->
|
</div> <!-- .wrap -->
|
||||||
</div> <!-- #header -->
|
</div> <!-- #header -->
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h1>Cppcheck</h1>
|
<h1><a href="/">Cppcheck</a></h1>
|
||||||
<p>A tool for static C/C++ code analysis</p>
|
<p>A tool for static C/C++ code analysis</p>
|
||||||
</div> <!-- .wrap -->
|
</div> <!-- .wrap -->
|
||||||
</div> <!-- #header -->
|
</div> <!-- #header -->
|
||||||
|
|
|
@ -77,7 +77,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h1>Cppcheck</h1>
|
<h1><a href="/">Cppcheck</a></h1>
|
||||||
<p>A tool for static C/C++ code analysis</p>
|
<p>A tool for static C/C++ code analysis</p>
|
||||||
</div> <!-- .wrap -->
|
</div> <!-- .wrap -->
|
||||||
</div> <!-- #header -->
|
</div> <!-- #header -->
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h1>Cppcheck</h1>
|
<h1><a href="/">Cppcheck</a></h1>
|
||||||
<p>A tool for static C/C++ code analysis</p>
|
<p>A tool for static C/C++ code analysis</p>
|
||||||
</div> <!-- .wrap -->
|
</div> <!-- .wrap -->
|
||||||
</div> <!-- #header -->
|
</div> <!-- #header -->
|
||||||
|
|
|
@ -18,7 +18,7 @@ uninitialized variables, unused functions" />
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h1>Cppcheck</h1>
|
<h1><a href="/">Cppcheck</a></h1>
|
||||||
<p>A tool for static C/C++ code analysis</p>
|
<p>A tool for static C/C++ code analysis</p>
|
||||||
</div> <!-- .wrap -->
|
</div> <!-- .wrap -->
|
||||||
</div> <!-- #header -->
|
</div> <!-- #header -->
|
||||||
|
|
|
@ -36,6 +36,11 @@ a:visited { color: #369; }
|
||||||
background-color: #036;
|
background-color: #036;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
#header h1 {
|
#header h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -146,10 +151,10 @@ a.downloadnow {
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #060;
|
background-color: #060;
|
||||||
border: 1px solid #060;
|
border: 1px solid #060;
|
||||||
-webkit-border-radius: .5em;
|
-webkit-border-radius: 0.5em;
|
||||||
-khtml-border-radius: .5em;
|
-khtml-border-radius: 0.5em;
|
||||||
-moz-border-radius: .5em;
|
-moz-border-radius: 0.5em;
|
||||||
border-radius: .5em;
|
border-radius: 0.5em;
|
||||||
-webkit-box-sizing: content-box;
|
-webkit-box-sizing: content-box;
|
||||||
-moz-box-sizing: content-box;
|
-moz-box-sizing: content-box;
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue