mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-28 20:43:49 +03:00
minor layout adjustments
This commit is contained in:
parent
5682a85075
commit
264be1c274
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user