]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Quick fix to make custom site logos work better.
authorSamantha Doherty <sammy@status.net>
Fri, 26 Aug 2011 19:35:00 +0000 (15:35 -0400)
committerSamantha Doherty <sammy@status.net>
Fri, 26 Aug 2011 19:35:00 +0000 (15:35 -0400)
plugins/MobileProfile/mp-screen.css
theme/base/css/display.css
theme/neo-blue/css/display.css
theme/neo-blue/logo.png
theme/neo/logo.png

index c77933b0ca7cdf94a29755474b5f5a496e34f5f2..78086af210f9035606e1125e1bc3bf8d16f544e1 100644 (file)
@@ -12,8 +12,8 @@
 }
 
 address {
-    width: auto;
-    left: 0px;
+    margin: 1px 0 0;
+    height: 24px;
 }
 
 address img {
index 6b7629d4aad50fb62f3b9b19e85d9831d1b1e7c5..6328098a51b40a16b9f6d411b7fc05521f68878b 100644 (file)
@@ -176,15 +176,19 @@ option {
 address {
     float: left;
     position: relative;
-    top: 1px;
-    left: 2px;
-    margin: 0px;
+    margin: -2px 0 3px 0;
     padding: 0px;
-    height: 24px;
-    width: 148px;
     z-index: 99;
 }
 
+address a, address img {
+    display: block;
+}
+
+address img {
+    max-width: 158px;
+}
+
 address img + .fn {
     display: none;
 }
index ace3e15f4cdd570e6d3f4d8502dc8489703ff6e7..f5163fcdf1cc263644f34cefa010760f4e42e669 100644 (file)
@@ -26,10 +26,6 @@ body {
     padding-top: 7px;
 }
 
-address {
-    left: 5px;
-}
-
 #site_nav_global_primary {
     top: 0px;
     right: -14px;
index 3114a6c0597a54eab0be226c23b24f903a45c657..5bf106368331c47f990d97eb4969369c9b839754 100644 (file)
Binary files a/theme/neo-blue/logo.png and b/theme/neo-blue/logo.png differ
index 389197953086b2d6b50dddd4bc6d7e7dddea6e6c..e4634b9e9c59f8b314008468e8c4906865f6c646 100644 (file)
Binary files a/theme/neo/logo.png and b/theme/neo/logo.png differ