minor layout adjustments

This commit is contained in:
Bernardo Damele 2012-06-27 10:55:40 +01:00
parent 5682a85075
commit 264be1c274
2 changed files with 6 additions and 3 deletions

View File

@ -80,7 +80,8 @@
<p></p> <p></p>
<p>Watch more videos on (YouTube)[<a href="http://www.youtube.com/inquisb#g/u">http://www.youtube.com/inquisb#g/u</a>].</p> <p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/RsQ52eCcTi4?rel=0" frameborder="0"></iframe></p>
<p>Watch more videos on <a href="http://www.youtube.com/inquisb#g/u">YouTube</a>.</p>
<h1>Mailing list</h1> <h1>Mailing list</h1>
@ -138,4 +139,4 @@ sqlmap is copyrighted by its <a href="#developers">developers</a>.</p>
</script> </script>
</body> </body>
</html> </html>

View File

@ -29,6 +29,7 @@ footer, header, hgroup, menu, nav, section {
} }
body { body {
line-height: 1; line-height: 1;
text-align: center;
} }
ol, ul { ol, ul {
list-style: none; list-style: none;
@ -158,7 +159,8 @@ aside a.button {
} }
code, pre { code, pre {
font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal; font-family: monospace, serif;
_font-family: 'courier new', monospace;
color: #222; color: #222;
margin-bottom: 30px; margin-bottom: 30px;
font-size: 13px; font-size: 13px;