# HG changeset patch # User bsw # Date 1331059893 -3600 # Node ID f9d7cd32585222f872d90b31b48bc96ce6d77826 # Parent 0a92766fe219ed4517da691609b5acbbae440f2e Make top bar visible on IE diff -r 0a92766fe219 -r f9d7cd325852 app/main/_layout/default.html --- a/app/main/_layout/default.html Mon Mar 05 22:39:41 2012 +0100 +++ b/app/main/_layout/default.html Tue Mar 06 19:51:33 2012 +0100 @@ -21,6 +21,7 @@ +
diff -r 0a92766fe219 -r f9d7cd325852 static/style.css --- a/static/style.css Mon Mar 05 22:39:41 2012 +0100 +++ b/static/style.css Tue Mar 06 19:51:33 2012 +0100 @@ -160,7 +160,7 @@ ); color: #fff; font-size: 90%; - line-height: 100%; + line-height: 200%; padding-left: 1%; box-shadow: #aaa 0 0 5px; overflow: hidden;