Skip to content

Commit

Permalink
[2375] Update CSS to include new masthead logo
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 12, 2012
1 parent b24d162 commit e3027d0
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions ckan/public/base/css/ckan.css
Expand Up @@ -5759,12 +5759,6 @@ textarea {
margin-left: 0.3em;
font-style: italic;
}
.masthead .ir {
text-indent: -900em;
min-height: 50px;
background-position: top left;
background-repeat: no-repeat;
}
.masthead .logo {
margin-right: 10px;
float: left;
Expand Down Expand Up @@ -5909,6 +5903,19 @@ textarea {
font-size: 12px;
padding: 4px;
}
.masthead .header-image {
font: inherit;
text-indent: -900em;
min-height: 50px;
}
.masthead .header-image .logo {
display: block;
width: 240px;
height: 50px;
background-image: url("../images/ckan-logo.png");
background-position: top left;
background-repeat: no-repeat;
}
.masthead .debug {
position: absolute;
top: 10px;
Expand Down

0 comments on commit e3027d0

Please sign in to comment.