diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 01:13:39 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 01:13:39 +0200 |
commit | 1e8ed5e5caa11a7defd5b91bdeebbd79091c8003 (patch) | |
tree | 6cc4538a1fa679dbc1a34d9fe0c6467a4649d819 | |
parent | 2a7c77fc3d35cf6a7c7869de0611be3fbe96a299 (diff) |
Background image position changed again.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ body { background-image: url("bmlogo.png"); background-repeat: no-repeat; background-attachment: fixed; - background-position: 98% 96%; + background-position: 98% 94%; } h1, h2, h3, h4, h5, h6 { |