diff options
author | ctrlaltca@gmail.com <> | 2011-12-22 13:59:45 +0000 |
---|---|---|
committer | ctrlaltca@gmail.com <> | 2011-12-22 13:59:45 +0000 |
commit | badff05304d2644fd3c39c7549c89c4cec05dffe (patch) | |
tree | 2386cd07a3d54ea431323c7b152384a2cd22b804 /demos/quickstart/themes/PradoSoft | |
parent | 73c57b068475257a722286138b55706436625f76 (diff) |
fix #187
Diffstat (limited to 'demos/quickstart/themes/PradoSoft')
-rw-r--r-- | demos/quickstart/themes/PradoSoft/sqlmap.jpg | bin | 0 -> 10315 bytes | |||
-rw-r--r-- | demos/quickstart/themes/PradoSoft/style.css | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/demos/quickstart/themes/PradoSoft/sqlmap.jpg b/demos/quickstart/themes/PradoSoft/sqlmap.jpg Binary files differnew file mode 100644 index 00000000..209b539a --- /dev/null +++ b/demos/quickstart/themes/PradoSoft/sqlmap.jpg 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
{
|