Skip to content

Commit

Permalink
feat(device): use fxos image
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Mar 13, 2015
1 parent b526e93 commit 29b4ecf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified examples/img/device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions examples/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
position: relative;
top: 10px;
display: block;
width: 395px;
height: 813px;
width: 390px;
height: 756px;
margin: 0 auto;
background-image: url(img/device.png);
background-repeat: no-repeat;
Expand All @@ -138,10 +138,10 @@

.device-content {
position: absolute;
top: 117px;
left: 37px;
width: 321px;
height: 569px;
top: 103px;
left: 38px;
width: 312px;
height: 518px;
overflow: hidden;
font-size: 17px;
line-height: 21px;
Expand Down

0 comments on commit 29b4ecf

Please sign in to comment.