# HG changeset patch # User Chris Cannam # Date 1357832015 0 # Node ID 0abc483356d858f056615c074bbe298226b13a7d # Parent 908e97507ef80a6338979aab5c104685dfdd997a Adjust header height diff -r 908e97507ef8 -r 0abc483356d8 public/stylesheets/application.css --- a/public/stylesheets/application.css Thu Jan 10 15:30:13 2013 +0000 +++ b/public/stylesheets/application.css Thu Jan 10 15:33:35 2013 +0000 @@ -25,7 +25,7 @@ #account {float:right;} -#header {height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;} +#header {height:68px;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;} #header a {color:#f8f8f8;} #header h1 a.ancestor { font-size: 80%; } diff -r 908e97507ef8 -r 0abc483356d8 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Thu Jan 10 15:30:13 2013 +0000 +++ b/public/themes/soundsoftware/stylesheets/application.css Thu Jan 10 15:33:35 2013 +0000 @@ -48,7 +48,7 @@ margin-top: 1em; } -h1 { margin:0; padding:0; font-size: 24px; } +h1 { margin:0 0 0 0; padding:0; font-size: 24px; } h2, #content h2, .wiki h1 { padding: 2px 10px 1px 0px; margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #3e442c; } h3, #content h3, .wiki h2 { font-size: 16px; padding: 2px 10px 1px 0px;margin: 0 0 10px 0; border-bottom: 1px solid #bbbbbb; color: #3e442c; } h4, #content h3, .wiki h3 { font-size: 14px; padding: 2px 10px 1px 0px;margin-bottom: 5px; border-bottom: 1px dotted #bbbbbb; color: #3e442c; }