Hiding site name from presentation iff site logo exists.

This commit is contained in:
Sarven Capadisli 2009-03-29 22:43:39 +00:00
parent eacdf329b6
commit 431ac087a5
2 changed files with 3 additions and 3 deletions

View File

@ -216,6 +216,9 @@ margin-right:0;
address .fn {
font-weight:bold;
}
address img + .fn {
display:none;
}
#header {
width:100%;

View File

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