diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-16 11:17:43 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-09-16 11:17:43 +0100 |
commit | d67ae212a8bfd5b9e4c0ae6296a66f97b57af61c (patch) | |
tree | e8aba32c83bb73aee8c10434f40764476de3baeb /static | |
parent | c30a1ceb7dd71513c65b539c3da4d82e64e33e17 (diff) |
Removed need for common symlink
Diffstat (limited to 'static')
l--------- | static/common | 1 | ||||
-rw-r--r-- | static/stylesheets/bytemark.css | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/static/common b/static/common deleted file mode 120000 index 945c9b4..0000000 --- a/static/common +++ /dev/null @@ -1 +0,0 @@ -.
\ No newline at end of file diff --git a/static/stylesheets/bytemark.css b/static/stylesheets/bytemark.css index 365d3aa..d7e3b9f 100644 --- a/static/stylesheets/bytemark.css +++ b/static/stylesheets/bytemark.css @@ -131,7 +131,7 @@ div#navbar a { } div#navbar li#nav_index a { - background-image: url(/common/images/BytemarkLogo180.png); + background-image: url(/images/BytemarkLogo180.png); background-repeat:no-repeat; background-position:left center; padding-left: 180px; |