Setting up a way to deal with different logo sizes.

This commit is contained in:
sarven 2009-01-19 04:19:14 +00:00
parent 2fb53cdae4
commit 6967e3ec86
3 changed files with 17 additions and 6 deletions

View File

@ -195,13 +195,11 @@ float:left;
margin-bottom:18px; margin-bottom:18px;
margin-left:18px; margin-left:18px;
} }
address .fn, address.vcard img.logo {
address .email { margin-right:0;
display:none;
} }
#header { #header {
width:100%; width:100%;
position:relative; position:relative;
@ -399,7 +397,6 @@ border-radius:7px;
width:384px; width:384px;
width:458px; width:458px;
float:left; float:left;
margin-left:68px;
position:relative; position:relative;
line-height:1; line-height:1;
} }

View File

@ -2,12 +2,19 @@
html, html,
body, body,
a:active { a:active {
background-color:#ddd; background-color:#777;
} }
body { body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1em; font-size:1em;
} }
address {
margin-right:71px;
}
address .fn {
display:none;
}
input, textarea, select, option { input, textarea, select, option {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} }

View File

@ -8,6 +8,13 @@ body {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:1em; font-size:1em;
} }
address {
margin-right:71px;
}
address .fn {
display:none;
}
input, textarea, select, option { input, textarea, select, option {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
} }