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;