diff --git a/style.css b/style.css index 5eff7db..c456b0c 100755 --- a/style.css +++ b/style.css @@ -71,6 +71,7 @@ pre { width: 80%; background: #ffffff; padding: 20px; + border-bottom: solid 0.15em #ddd; } #sidebar { @@ -103,13 +104,9 @@ body > footer { } body > header { - border-bottom: solid 1px #444; background: #ffffff; } -body > footer { - border-top: solid 1px #444; -} /**********************************/ @@ -147,10 +144,8 @@ body > footer { nav#top-menu, nav#primary-menu { - background: #fafafa; font-size: 0.9em; z-index: 100; - width: 50%; /* Need to set this via a variable */ margin: 0 auto; } diff --git a/styles/menus.css b/styles/menus.css index e6a1a30..1daacea 100755 --- a/styles/menus.css +++ b/styles/menus.css @@ -392,7 +392,8 @@ #belowheadermenu { font-family: serif; background: #fff; - border-top: solid 1px #333; + border-top: solid 0.15em #ddd; + border-bottom: solid 0.15em #ddd; width: 50%; margin: 0 auto; }