Setting up a way to deal with different logo sizes.
This commit is contained in:
parent
2fb53cdae4
commit
6967e3ec86
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user