# HG changeset patch # User bsw # Date 1331719946 -3600 # Node ID ba9639bcadb03a5fd86d1bf30bccddf5cacb2bce # Parent e15e8b15ccf52d06f0466d1d507e3668eb595b0e Fixed errors with top navigation bar in ie9 diff -r e15e8b15ccf5 -r ba9639bcadb0 static/style.css --- a/static/style.css Tue Mar 13 20:21:48 2012 +0100 +++ b/static/style.css Wed Mar 14 11:12:26 2012 +0100 @@ -169,6 +169,9 @@ overflow: hidden; -mox-box-shadow: #aaa 0 0 5px; -webkit-box-shadow: #aaa 0 0 5px; + border-top: 1px solid #333; + line-height: 30px; + } .topbar .logolf { @@ -187,6 +190,7 @@ } .navigation { + background-color: #333; line-height: 200%; } @@ -199,6 +203,7 @@ padding: 0 0.5em; float: left; display: block; + white-space: nowrap; } form.unit_selector { @@ -207,7 +212,7 @@ .topbar .member_info { float: right; - margin-right: 1%; + padding-right: 1%; } /*************************************************************************