# HG changeset patch # User Chris Cannam # Date 1301566401 -3600 # Node ID 3564e1ae2ff7213987b57f84bc92497ae08b3f3a # Parent 5410d82c12df80cf546dacacbbaeeafaaa665211# Parent b6ec5451fd0dc9c6d41f862167e3cb592cf584bf Merge diff -r 5410d82c12df -r 3564e1ae2ff7 app/views/layouts/base.rhtml --- a/app/views/layouts/base.rhtml Thu Mar 31 10:37:04 2011 +0100 +++ b/app/views/layouts/base.rhtml Thu Mar 31 11:13:21 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 5410d82c12df -r 3564e1ae2ff7 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Thu Mar 31 10:37:04 2011 +0100 +++ b/public/themes/soundsoftware/stylesheets/application.css Thu Mar 31 11:13:21 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 {