aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-06-07 10:47:04 +0100
committerStruan Donald <struan@exo.org.uk>2012-06-07 11:08:50 +0100
commitfaf34f219a355b61f9af6b5dc23baa328481a668 (patch)
tree605000fdbf5d36d773db0df00dcc7696cea45a03 /phonegap
parenta29443791b6a558211d62c987c37f79f6cccb079 (diff)
fixmystreet logo should not be a link
Diffstat (limited to 'phonegap')
-rw-r--r--phonegap/www/around.html3
-rw-r--r--phonegap/www/email_sent.html2
-rw-r--r--phonegap/www/index.html2
-rw-r--r--phonegap/www/no_connection.html2
-rw-r--r--phonegap/www/report_created.html2
-rw-r--r--phonegap/www/sign_in.html3
-rw-r--r--phonegap/www/signed_in.html3
7 files changed, 7 insertions, 10 deletions
diff --git a/phonegap/www/around.html b/phonegap/www/around.html
index 6392f47f6..2d34ea620 100644
--- a/phonegap/www/around.html
+++ b/phonegap/www/around.html
@@ -58,8 +58,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
- <a href="#main-nav" id="nav-link">Main Navigation</a>
+ <span id="site-logo"></span>
</div>
</header>
diff --git a/phonegap/www/email_sent.html b/phonegap/www/email_sent.html
index eccd9ecce..d91156e70 100644
--- a/phonegap/www/email_sent.html
+++ b/phonegap/www/email_sent.html
@@ -21,7 +21,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
+ <span id="site-logo"></span>
</div>
</header>
diff --git a/phonegap/www/index.html b/phonegap/www/index.html
index dc01c30df..68f763cb2 100644
--- a/phonegap/www/index.html
+++ b/phonegap/www/index.html
@@ -45,7 +45,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
+ <span id="site-logo"></span>
</div>
</header>
diff --git a/phonegap/www/no_connection.html b/phonegap/www/no_connection.html
index b7557d11e..b42daf9fd 100644
--- a/phonegap/www/no_connection.html
+++ b/phonegap/www/no_connection.html
@@ -45,7 +45,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
+ <span id="site-logo"></span>
</div>
</header>
diff --git a/phonegap/www/report_created.html b/phonegap/www/report_created.html
index 2717ce084..43c8eb1b9 100644
--- a/phonegap/www/report_created.html
+++ b/phonegap/www/report_created.html
@@ -32,7 +32,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
+ <span id="site-logo"></span>
</div>
</header>
diff --git a/phonegap/www/sign_in.html b/phonegap/www/sign_in.html
index 011c95ba9..bbd4cc24c 100644
--- a/phonegap/www/sign_in.html
+++ b/phonegap/www/sign_in.html
@@ -54,8 +54,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
- <a href="#main-nav" id="nav-link">Main Navigation</a>
+ <span id="site-logo"></span>
</div>
</header>
diff --git a/phonegap/www/signed_in.html b/phonegap/www/signed_in.html
index 4e2254714..ecfa9b58e 100644
--- a/phonegap/www/signed_in.html
+++ b/phonegap/www/signed_in.html
@@ -58,8 +58,7 @@
<div class="table-cell">
<header id="site-header" role="banner">
<div class="container">
- <a href="/" id="site-logo">FixMyStreet</a>
- <a href="#main-nav" id="nav-link">Main Navigation</a>
+ <span id="site-logo"></span>
</div>
</header>