diff --git a/css/layout.css b/css/layout.css index c0a3a0c..aaa3b46 100755 --- a/css/layout.css +++ b/css/layout.css @@ -210,10 +210,6 @@ body.marinelli{ border:10px solid #054b81; } -#pageBorder.noborder{ /* when we don't have the advertise region */ - border-top:0px; -} - #contentWrapper{ background: white; } @@ -225,4 +221,5 @@ body.marinelli{ .utility{ /* utility menu */ font-size:0.9em; text-transform:uppercase; -} \ No newline at end of file +} + diff --git a/css/secondary-links.css b/css/secondary-links.css index b33d749..067e233 100755 --- a/css/secondary-links.css +++ b/css/secondary-links.css @@ -63,4 +63,9 @@ #navigation-secondary li a.active:before{ content:"↓"; } - \ No newline at end of file + +.noborder #navigation-secondary{ + height:30px; + line-height: 20px; +} +