Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

Commit

Permalink
New class .full-image
Browse files Browse the repository at this point in the history
  • Loading branch information
LuqueDaniel committed May 6, 2013
1 parent ba75ed8 commit c75ac2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Minecraft Backup Manager</h1>
</header>

<section id='img-box'>
<img id='image' src='images/interface.png' />
<img class='full-image' src='images/interface.png' />
</section>

<section id='information'>
Expand Down
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ section > p {

#information {display:inline-block;}

#image {height:100%; width:100%;}

#img-box {float:left; width:60%;}

#container {margin:0 auto; width:65%;}
Expand Down Expand Up @@ -112,4 +110,6 @@ section > p {
background: rgb(122,188,255);
box-shadow: none;
text-shadow: none;
}
}

.full-image {height:100%; width:100%;}

0 comments on commit c75ac2d

Please sign in to comment.