]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Just a couple quick neo theme fixes.
authorSamantha Doherty <sammy@status.net>
Wed, 13 Jul 2011 22:06:12 +0000 (18:06 -0400)
committerSamantha Doherty <sammy@status.net>
Wed, 13 Jul 2011 22:06:12 +0000 (18:06 -0400)
theme/neo/css/display.css
theme/neo/css/mp-screen.css

index 9c33fe65fb769f1d0e814544b60e32925baa9110..e23f64e557fb0356808d092d01417690657de0d8 100644 (file)
@@ -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;
index 578736810e419998d0fc136d2dae850889fcbee8..87f8f298f801e9eff549497bdff944935b4eadf9 100644 (file)
@@ -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;
+}