changeset 32:fae10e27bc23

Moved main logo
author nick <nrclark@essex.ac.uk>
date Wed, 21 Nov 2012 19:26:16 +0000
parents 4e15798f2be6
children a95532af9b1f
files _layouts/default.html css/default.css
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/_layouts/default.html	Wed Nov 21 19:04:06 2012 +0000
+++ b/_layouts/default.html	Wed Nov 21 19:26:16 2012 +0000
@@ -19,8 +19,9 @@
         <a href='http://www.bioaid.org.uk' title="The biologically inspired hearing aid"><img alt='bioaid' src='images/bioaid.png' width="300"></a>
         <div class='tagline'>
 			The biologically inspired hearing aid
+			<p><a href='coming_soon.html'><img src='images/appstore_download_hires.png' style='height:50px' align="right"></a></p>
+    	    
 			<!--[if !IE]> -->
-        	    <p><a href='coming_soon.html'><img src='images/appstore_download_hires.png' style='height:50px' align="right"></a></p>
             <!-- <![endif]-->
 		</div>
       </div>
--- a/css/default.css	Wed Nov 21 19:04:06 2012 +0000
+++ b/css/default.css	Wed Nov 21 19:26:16 2012 +0000
@@ -125,12 +125,14 @@
 }
 
 #header .tagline {
-  float: right;
+/*  margin: 1em auto 25em auto;*/
+  float: left;
   font-size: 1.2em;
   font-weight: bold;
   position: absolute;
   top: 0.6em;
-  right: 0;
+  left: 20em;
+/*  right: 0;*/
 }