Mercurial > hg > soundsoftware-site
changeset 1144:0abc483356d8 redmine-2.2-integration
Adjust header height
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 10 Jan 2013 15:33:35 +0000 |
parents | 908e97507ef8 |
children | e475178f7a1c |
files | public/stylesheets/application.css public/themes/soundsoftware/stylesheets/application.css |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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%; }
--- 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; }