Skip to content

Commit

Permalink
Tidied page a little
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-strummer committed Feb 13, 2015
1 parent 5e0d6c6 commit c3bf2b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
html, body {
height: 100%;
/*margin: 20px;*/
}

header {
height: 100px;
height: 40px;
width: 100%;
border-bottom: 1px solid #444;
}
Expand All @@ -17,8 +16,10 @@ header {
position: relative;
width: 1024px;
height: 768px;
margin: 100px auto;
background-color: aqua;
margin: 40px auto;
border: 1px solid #333;
border-radius: 3px;
background-image: url('faux-trans.png');
text-align: center;
line-height: 768px;
}
Expand Down
Binary file added public/assets/faux-trans.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3bf2b9

Please sign in to comment.