diff --git a/index.html b/index.html index 2cfd8172e..22c28c84c 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,8 @@

-

Watch more videos on (YouTube)[http://www.youtube.com/inquisb#g/u].

+

+

Watch more videos on YouTube.

Mailing list

@@ -138,4 +139,4 @@ sqlmap is copyrighted by its developers.

- \ No newline at end of file + diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index b3b9707ed..540991942 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -29,6 +29,7 @@ footer, header, hgroup, menu, nav, section { } body { line-height: 1; + text-align: center; } ol, ul { list-style: none; @@ -158,7 +159,8 @@ aside a.button { } code, pre { - font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal; + font-family: monospace, serif; + _font-family: 'courier new', monospace; color: #222; margin-bottom: 30px; font-size: 13px;