mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-13 09:28:01 +03:00
Spicing up a bit
This commit is contained in:
parent
3915b6b404
commit
ba16f6d1c6
|
@ -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>
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user