diff options
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; |