From d67ae212a8bfd5b9e4c0ae6296a66f97b57af61c Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Fri, 16 Sep 2011 11:17:43 +0100 Subject: Removed need for common symlink --- static/common | 1 - static/stylesheets/bytemark.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 static/common (limited to 'static') 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; -- cgit v1.2.1