]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Setting up a way to deal with different logo sizes.
authorsarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 04:19:14 +0000 (04:19 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Mon, 19 Jan 2009 04:19:14 +0000 (04:19 +0000)
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index e9799160c53a15c25a1909e1ef064505c4a6ed6c..e337f1c985e160f2e47231874c42a7802a512972 100644 (file)
@@ -195,13 +195,11 @@ float:left;
 margin-bottom:18px;
 margin-left:18px;
 }
-address .fn,
-address .email {
-display:none;
+address.vcard img.logo {
+margin-right:0;
 }
 
 
-
 #header {
 width:100%;
 position:relative;
@@ -399,7 +397,6 @@ border-radius:7px;
 width:384px;
 width:458px;
 float:left;
-margin-left:68px;
 position:relative;
 line-height:1;
 }
index 2d3cd9dc99493e15700a24da8a173b050de67a9d..3c579cec753643e59dbff3bb174185b5c633bccf 100644 (file)
@@ -2,12 +2,19 @@
 html,
 body,
 a:active {
-background-color:#ddd;
+background-color:#777;
 }
 body {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 font-size:1em;
 }
+address {
+margin-right:71px;
+}
+address .fn {
+display:none;
+}
+
 input, textarea, select, option {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 }
index 2d3cd9dc99493e15700a24da8a173b050de67a9d..d5a5ce95640374e0e6c5813233050c9551da76f8 100644 (file)
@@ -8,6 +8,13 @@ body {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 font-size:1em;
 }
+address {
+margin-right:71px;
+}
+address .fn {
+display:none;
+}
+
 input, textarea, select, option {
 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
 }