diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-12 14:51:46 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-12 14:51:46 +0100 |
commit | eb3a2dba20d288ad5fa40f54db73afc9d2690d96 (patch) | |
tree | ae255588709da640fca55da74818812fc3155bd6 | |
parent | f7c2e78117e076f17252a671e18e862dced269ba (diff) |
Position of background image spacy.
-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: right bottom; + background-position: 98% 90%; } h1, h2, h3, h4, h5, h6 { |