diff options
-rw-r--r-- | local.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -45,6 +45,14 @@ IMG.icon { padding: 0 20px 20px 20px; } +body { + background-color: transparent; + background-image: url("pil.png"); + background-repeat: no-repeat; + background-attachment: fixed; + background-position: right bottom; +} + DIV.header span { display: none; } |