summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zara <ondrej.zara@gmail.com>2013-07-18 10:52:20 +0200
committerOndrej Zara <ondrej.zara@gmail.com>2013-07-18 10:52:20 +0200
commit118c0f085453b87420907195502fc70156864eb6 (patch)
tree7959969adbdeea4f7bfebaf14ce8bd7de49413ce
parent5b98e0e6b35ebd7c0fcca13bdb82eb0a189d426e (diff)
parentc9cbed9de8b788865b750454fe824b0288a69cf3 (diff)
downloadwwwsqldesigner-118c0f085453b87420907195502fc70156864eb6.zip
wwwsqldesigner-118c0f085453b87420907195502fc70156864eb6.tar.gz
wwwsqldesigner-118c0f085453b87420907195502fc70156864eb6.tar.bz2
merge
-rw-r--r--images/back.gifbin64 -> 0 bytes
-rw-r--r--images/back.pngbin0 -> 1027 bytes
-rw-r--r--styles/style.css3
3 files changed, 2 insertions, 1 deletions
diff --git a/images/back.gif b/images/back.gif
deleted file mode 100644
index 0e93eaa..0000000
--- a/images/back.gif
+++ /dev/null
Binary files differ
diff --git a/images/back.png b/images/back.png
new file mode 100644
index 0000000..ce52e1d
--- /dev/null
+++ b/images/back.png
Binary files differ
diff --git a/styles/style.css b/styles/style.css
index 17eced9..2a3c7f5 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -3,7 +3,7 @@ body {
font-size: small;
padding: 0px;
margin: 0px;
- background: url(../images/back.gif) fixed;
+ background: #FFF;
visibility: hidden;
-moz-user-select: -moz-none;
-khtml-user-select: none;
@@ -14,6 +14,7 @@ body {
#area {
position: relative;
+ background: transparent url(../images/back.png);
width: 2000px;
height: 2000px;
}