htdocs: Make the Cppcheck header clickable.

This commit is contained in:
XhmikosR 2013-07-18 18:34:28 +03:00 committed by Daniel Marjamäki
parent 7eb1f36200
commit e09dfadce6
7 changed files with 15 additions and 10 deletions

View File

@ -18,7 +18,7 @@ uninitialized variables, unused functions" />
<body>
<div id="header">
<div class="wrap">
<h1>Cppcheck</h1>
<h1><a href="/">Cppcheck</a></h1>
<p>A tool for static C/C++ code analysis</p>
</div> <!-- .wrap -->
</div> <!-- #header -->

View File

@ -19,7 +19,7 @@
<body>
<div id="header">
<div class="wrap">
<h1>Cppcheck</h1>
<h1><a href="/">Cppcheck</a></h1>
<p>A tool for static C/C++ code analysis</p>
</div> <!-- .wrap -->
</div> <!-- #header -->

View File

@ -77,7 +77,7 @@
<body>
<div id="header">
<div class="wrap">
<h1>Cppcheck</h1>
<h1><a href="/">Cppcheck</a></h1>
<p>A tool for static C/C++ code analysis</p>
</div> <!-- .wrap -->
</div> <!-- #header -->

View File

@ -22,7 +22,7 @@
<body>
<div id="header">
<div class="wrap">
<h1>Cppcheck</h1>
<h1><a href="/">Cppcheck</a></h1>
<p>A tool for static C/C++ code analysis</p>
</div> <!-- .wrap -->
</div> <!-- #header -->

View File

@ -18,7 +18,7 @@ uninitialized variables, unused functions" />
<body>
<div id="header">
<div class="wrap">
<h1>Cppcheck</h1>
<h1><a href="/">Cppcheck</a></h1>
<p>A tool for static C/C++ code analysis</p>
</div> <!-- .wrap -->
</div> <!-- #header -->

View File

@ -36,6 +36,11 @@ a:visited { color: #369; }
background-color: #036;
}
#header a {
color: inherit;
text-decoration: none;
}
#header h1 {
margin: 0;
padding: 0;
@ -146,10 +151,10 @@ a.downloadnow {
color: white;
background-color: #060;
border: 1px solid #060;
-webkit-border-radius: .5em;
-khtml-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-border-radius: 0.5em;
-khtml-border-radius: 0.5em;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;

File diff suppressed because one or more lines are too long