Spicing up a bit

This commit is contained in:
Miroslav Stampar 2014-10-02 11:04:22 +02:00
parent 3915b6b404
commit ba16f6d1c6
2 changed files with 10 additions and 5 deletions

View File

@ -75,8 +75,7 @@ template: '<strong><a href="http://twitter.com/%user_screen_name%/statuses/%id_s
<p>You can download the latest <a href="https://github.com/sqlmapproject/sqlmap/zipball/master">zipball</a> or <a href="https://github.com/sqlmapproject/sqlmap/tarball/master">tarball</a>.</p>
<p>Preferably, you can download sqlmap by cloning the <a href="https://github.com/sqlmapproject/sqlmap">Git</a> repository:</p>
<pre><code>git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
</code></pre>
<pre><code>git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev</code></pre>
<a name="documentation"><h1>Documentation</h1></a>

View File

@ -162,7 +162,6 @@ code, pre {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
color: #222;
margin-bottom: 30px;
font-size: 13px;
}
@ -234,12 +233,19 @@ form {
}
#main-content h1:before {
content: "/";
color: #9ddcff;
content: "';";
color: #ff2020;
padding-right: 0.3em;
margin-left: -0.9em;
}
#main-content h1:after {
content: "();--";
color: #ff2020;
padding-left: 0.1em;
margin-right: -0.9em;
}
#main-content h2 {
font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
font-size: 22px;