From ba16f6d1c61ac77887532e8549ee2aef68c52c93 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 2 Oct 2014 11:04:22 +0200 Subject: [PATCH] Spicing up a bit --- index.html | 3 +-- stylesheets/stylesheet.css | 12 +++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 3b5a71f9b..f50d3f03e 100644 --- a/index.html +++ b/index.html @@ -75,8 +75,7 @@ template: 'zipball or tarball.

Preferably, you can download sqlmap by cloning the Git repository:

-
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev
-
+
git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev

Documentation

diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 890e19bd5..3b2c11d19 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -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;