diff options
author | thomascube <thomas@roundcube.net> | 2011-12-02 17:19:24 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-02 17:19:24 +0000 |
commit | 879b053e55834030a1d4879292c3e3267c3ffb7f (patch) | |
tree | c92e233e83d4c6a3e8c6f71420026f78c75ef7a7 /skins/larry/watermark.html | |
parent | f230739a13b834f8d37936aa0e08d74d0a43b58d (diff) |
New skin continued...
Diffstat (limited to 'skins/larry/watermark.html')
-rw-r--r-- | skins/larry/watermark.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/skins/larry/watermark.html b/skins/larry/watermark.html new file mode 100644 index 000000000..d1061d1f3 --- /dev/null +++ b/skins/larry/watermark.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> +<title></title> +<style type="text/css"> + +html, body { + height: 95%; +} + +body { + background: url(images/watermark.jpg) center no-repeat #fff; +} + +</style> +</head> +<body> + +</body> +</html>
\ No newline at end of file |