# HG changeset patch # User Chris Cannam # Date 1301566407 -3600 # Node ID a0956f78f39c54661d7d760bc5903a9e7b5eef3c # Parent b9d158e46acb88b8e52569a36daf45d250679a1d# Parent 3564e1ae2ff7213987b57f84bc92497ae08b3f3a Merge diff -r b9d158e46acb -r a0956f78f39c app/views/layouts/base.rhtml --- a/app/views/layouts/base.rhtml Thu Mar 31 10:37:19 2011 +0100 +++ b/app/views/layouts/base.rhtml Thu Mar 31 11:13:27 2011 +0100 @@ -52,11 +52,16 @@

<%= page_header_title[1] %>

<% end %> -

style="margin-top: 0px; " <% end %> - ><%= page_header_title[0] %>

+ ><% if display_main_menu?(@project) %> + <%= link_to_project(@project) %> + <% else %> + <%= page_header_title[0] %> + <% end %> + <% if display_main_menu?(@project) %> diff -r b9d158e46acb -r a0956f78f39c public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Thu Mar 31 10:37:19 2011 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Thu Mar 31 11:13:27 2011 +0100 @@ -116,13 +116,14 @@ #header { position: absolute; z-index: 0; top: 0; width: 100%; background: #fdfbf5; border-bottom: 2px solid #a9b680; /* height:80px; */ padding: 20px 0 0.5em 0; margin-bottom: 0; } #header a { color: #be5700; } #header h1 { color: #525a38; margin-top: 25px; font-size: 3em; font-weight: normal; margin-left: 10px; } +#header #project-title a, #header #project-title a:hover { color: #525a38; text-decoration: none; } .header-general h1 { background: url('soundsoftware-logo-title-only-transparent-beta.png') no-repeat 0 0; text-indent: -9999px; width: 500px; height: 34px; } - + #quick-search { margin-right: 6px; margin-top: 1em; color: #000; } #project-jump-box { float: right; margin-right: 6px; margin-top: 5px; color: #000; } #project-ancestors-title {