From c4590ed8b4c8f12da69f989e443ea404670ae86a Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Wed, 13 Jul 2011 18:06:12 -0400 Subject: [PATCH] Just a couple quick neo theme fixes. --- theme/neo/css/display.css | 2 +- theme/neo/css/mp-screen.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index 9c33fe65fb..e23f64e557 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -895,7 +895,7 @@ ul.bookmark-tags a:hover { #aside_primary #onboard_section { background: #f2f2f2; - width: 198px; + width: 196px; padding: 10px; border-radius: 4px; -moz-border-radius: 4px; diff --git a/theme/neo/css/mp-screen.css b/theme/neo/css/mp-screen.css index 578736810e..87f8f298f8 100644 --- a/theme/neo/css/mp-screen.css +++ b/theme/neo/css/mp-screen.css @@ -182,6 +182,7 @@ address img + .fn { } #footer { + width: auto; margin: 0; padding: 10px 4px 4px 4px; } @@ -456,3 +457,7 @@ ul.qna-dummy { left: 0; margin-top: 10px; } + +a.company_logo { + display: none !important; +}