diff options
author | Ondrej Zara <ondrej.zara@gmail.com> | 2013-07-18 10:52:20 +0200 |
---|---|---|
committer | Ondrej Zara <ondrej.zara@gmail.com> | 2013-07-18 10:52:20 +0200 |
commit | 118c0f085453b87420907195502fc70156864eb6 (patch) | |
tree | 7959969adbdeea4f7bfebaf14ce8bd7de49413ce | |
parent | 5b98e0e6b35ebd7c0fcca13bdb82eb0a189d426e (diff) | |
parent | c9cbed9de8b788865b750454fe824b0288a69cf3 (diff) | |
download | wwwsqldesigner-118c0f085453b87420907195502fc70156864eb6.zip wwwsqldesigner-118c0f085453b87420907195502fc70156864eb6.tar.gz wwwsqldesigner-118c0f085453b87420907195502fc70156864eb6.tar.bz2 |
merge
-rw-r--r-- | images/back.gif | bin | 64 -> 0 bytes | |||
-rw-r--r-- | images/back.png | bin | 0 -> 1027 bytes | |||
-rw-r--r-- | styles/style.css | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/images/back.gif b/images/back.gif Binary files differdeleted file mode 100644 index 0e93eaa..0000000 --- a/images/back.gif +++ /dev/null diff --git a/images/back.png b/images/back.png Binary files differnew file mode 100644 index 0000000..ce52e1d --- /dev/null +++ b/images/back.png 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; } |