changeset 30:723651220b9a

fixed css for IE take 7 - conditionally remove app logo for IE
author nick <nrclark@essex.ac.uk>
date Wed, 21 Nov 2012 18:57:28 +0000
parents 5a2fb49e3566
children 4e15798f2be6
files _layouts/default.html css/default.css
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/_layouts/default.html	Wed Nov 21 18:47:30 2012 +0000
+++ b/_layouts/default.html	Wed Nov 21 18:57:28 2012 +0000
@@ -18,8 +18,10 @@
       <div id='header'>
         <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<br>
-        	<a href='coming_soon.html'><img src='images/appstore_download_hires.png' style='height:50px' align="right"></a>
+			The biologically inspired hearing aid
+			<!--[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>
       <div id='pages'>
--- a/css/default.css	Wed Nov 21 18:47:30 2012 +0000
+++ b/css/default.css	Wed Nov 21 18:57:28 2012 +0000
@@ -129,7 +129,7 @@
   font-size: 1.2em;
   font-weight: bold;
   position: absolute;
-  top: 20px;
+  top: 0.6em;
   right: 0;
 }