# HG changeset patch # User Chris Cannam # Date 1352463067 0 # Node ID f11be6b9bde1514f472df1df94bc14d440a7d509 # Parent 5d7e63e51c1e0bbc830b4a5400d9142b14659126 More layout tweaks for this font diff -r 5d7e63e51c1e -r f11be6b9bde1 public/stylesheets/application.css --- a/public/stylesheets/application.css Fri Nov 09 12:02:27 2012 +0000 +++ b/public/stylesheets/application.css Fri Nov 09 12:11:07 2012 +0000 @@ -24,14 +24,14 @@ #account {float:right;} -#header {height:5.3em;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;} +#header {height:68px;margin:0;background-color:#507AAA;color:#f8f8f8; padding: 4px 8px 0px 6px; position:relative;} #header a {color:#f8f8f8;} #header h1 a.ancestor { font-size: 80%; } #project-search-jump {float:right; } -#main-menu {position: absolute; bottom: 0px; left:6px; margin-right: -500px;} +#main-menu {position: absolute; bottom: 0px; left:8px; margin-right: -500px;} #main-menu ul {margin: 0; padding: 0;} #main-menu li { float:left; diff -r 5d7e63e51c1e -r f11be6b9bde1 public/themes/soundsoftware/stylesheets/application.css --- a/public/themes/soundsoftware/stylesheets/application.css Fri Nov 09 12:02:27 2012 +0000 +++ b/public/themes/soundsoftware/stylesheets/application.css Fri Nov 09 12:11:07 2012 +0000 @@ -124,7 +124,7 @@ margin-top: 6px; } -#main-menu { position: absolute; top: 100px; /* background-color: #be5700; */ left: 0; border-top: 0; width: 100%;/* height: 1.82em; */ padding: 0; margin: 0; border: 0; } +#main-menu { position: absolute; top: 100px; /* background-color: #be5700; */ left: 2px; border-top: 0; width: 100%;/* height: 1.82em; */ padding: 0; margin: 0; border: 0; } #main-menu li { margin: 0; padding: 0; } #main-menu li a { background-color: #fdfbf5; color: #be5700; border-right: 1px solid #a9b680; font-size: 97%; padding: 0em 8px 0.2em 10px; font-weight: normal; } #main-menu li:last-child a { border-right: 0; }