[hg] galaxy 2526: Fixed CSS issue that was causing logo to becom...
details: http://www.bx.psu.edu/hg/galaxy/rev/692c384c1ca0 changeset: 2526:692c384c1ca0 user: Kanwei Li <kanwei@gmail.com> date: Mon Aug 03 16:07:36 2009 -0400 description: Fixed CSS issue that was causing logo to become unclickable 1 file(s) affected in this change: templates/base_panels.mako diffs (23 lines): diff -r 8dcf04f31def -r 692c384c1ca0 templates/base_panels.mako --- a/templates/base_panels.mako Mon Aug 03 13:25:47 2009 -0400 +++ b/templates/base_panels.mako Mon Aug 03 16:07:36 2009 -0400 @@ -116,16 +116,16 @@ <%def name="masthead()"> <div class="title" style="float: left;"> - <a target="_blank" href="${app.config.wiki_url}"> + <a href="/"> <img border="0" src="${h.url_for('/static/images/galaxyIcon_noText.png')}" style="width: 26px; vertical-align: top;"> - </a> Galaxy %if app.config.brand: <span class='brand'>/${app.config.brand}</span> %endif + </a> </div> - <div style="position: absolute; left: 0; width: 100%; text-align: center;"> + <div style="position: absolute; left: 200px; width: 500px;"> <table class="tab-group" border="0" cellspacing="0" style="margin: auto;"> <tr>
participants (1)
-
Greg Von Kuster