Skip to content

Commit

Permalink
Adding the Melody logo to the app.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Sep 2, 2009
1 parent 66dd726 commit 96700e9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
Binary file added mt-static/melody/melody-logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions mt-static/melody/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/* Brand */
.main-screen #brand {
position: absolute;
top: 0px;
left: 20px;
}
#brand a {
display: block;
width: 150px;
height: 41px;
background: url('melody-logo.jpg') no-repeat;
}
1 change: 1 addition & 0 deletions tmpl/cms/include/header.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
</mt:if>
<mt:unless name="optimize_ui">
<link rel="stylesheet" href="<$mt:var name="static_uri"$>styles.css?v=<mt:var name="mt_version_id" escape="url">" type="text/css" />
<link rel="stylesheet" href="<$mt:var name="static_uri"$>melody/styles.css?v=<mt:var name="mt_version_id" escape="url">" type="text/css" />
<mt:else>
<link rel="stylesheet" href="<$mt:var name="static_uri"$>css/main.css?v=<mt:var name="mt_version_id" escape="url">" type="text/css" />
</mt:unless>
Expand Down

0 comments on commit 96700e9

Please sign in to comment.