From badff05304d2644fd3c39c7549c89c4cec05dffe Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Thu, 22 Dec 2011 13:59:45 +0000 Subject: fix #187 --- demos/quickstart/themes/PradoSoft/sqlmap.jpg | Bin 0 -> 10315 bytes demos/quickstart/themes/PradoSoft/style.css | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 demos/quickstart/themes/PradoSoft/sqlmap.jpg (limited to 'demos/quickstart/themes') diff --git a/demos/quickstart/themes/PradoSoft/sqlmap.jpg b/demos/quickstart/themes/PradoSoft/sqlmap.jpg new file mode 100644 index 00000000..209b539a Binary files /dev/null and b/demos/quickstart/themes/PradoSoft/sqlmap.jpg differ diff --git a/demos/quickstart/themes/PradoSoft/style.css b/demos/quickstart/themes/PradoSoft/style.css index 16765a08..79f1c8c9 100644 --- a/demos/quickstart/themes/PradoSoft/style.css +++ b/demos/quickstart/themes/PradoSoft/style.css @@ -72,6 +72,16 @@ a background-position: top right; } +#header div.image_sqlmap +{ + display: block; + float: right; + width: 757px; + height: 100px; + background-image: url('sqlmap.jpg'); + background-repeat: no-repeat; + background-position: top right; +} .languages { -- cgit v1.2.3