Just a couple quick neo theme fixes.

This commit is contained in:
Samantha Doherty 2011-07-13 18:06:12 -04:00
parent cd05fc6aee
commit c4590ed8b4
2 changed files with 6 additions and 1 deletions

View File

@ -895,7 +895,7 @@ ul.bookmark-tags a:hover {
#aside_primary #onboard_section { #aside_primary #onboard_section {
background: #f2f2f2; background: #f2f2f2;
width: 198px; width: 196px;
padding: 10px; padding: 10px;
border-radius: 4px; border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;

View File

@ -182,6 +182,7 @@ address img + .fn {
} }
#footer { #footer {
width: auto;
margin: 0; margin: 0;
padding: 10px 4px 4px 4px; padding: 10px 4px 4px 4px;
} }
@ -456,3 +457,7 @@ ul.qna-dummy {
left: 0; left: 0;
margin-top: 10px; margin-top: 10px;
} }
a.company_logo {
display: none !important;
}