Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mcouzinet/Ovni
Browse files Browse the repository at this point in the history
  • Loading branch information
mcouzinet committed Jun 1, 2012
2 parents 3b50fa0 + 247df08 commit c196d6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ html, body {
position:relative;
}

#chrome{
background: url('../img/chrome.png');
width:189px;
height:29px;
position:absolute;
top:20px;
left:20px;
}

#header #paysage{
width:960px;
height:150px;
Expand Down
Binary file added img/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
</head>
<body onload="page_init()">
<header id="header">
<div id="chrome"></div>
<div id="paysage">
<h1><a href="index.html">WINTER IS COMING</a></h1>
</div>
Expand Down

0 comments on commit c196d6f

Please sign in to comment.