Hiding site name from presentation iff site logo exists.
This commit is contained in:
parent
eacdf329b6
commit
431ac087a5
|
@ -216,6 +216,9 @@ margin-right:0;
|
|||
address .fn {
|
||||
font-weight:bold;
|
||||
}
|
||||
address img + .fn {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#header {
|
||||
width:100%;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user