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; +}