From 264be1c274642d81c1cf516141afe0aea049c7de Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 27 Jun 2012 10:55:40 +0100 Subject: [PATCH] minor layout adjustments --- index.html | 5 +++-- stylesheets/stylesheet.css | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) 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;