Skip to content

Commit

Permalink
[MAJ] Missions
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Tetaz committed Aug 14, 2012
1 parent 0a62564 commit 3508a77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions css/impress-demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,14 @@ a:focus {
width: 100%;
}

#big {
#missions {
width: 600px;
text-align: center;
font-size: 60px;
line-height: 1;
}

#big b {
#missions b {
display: block;
border-color: red;
color: red;
Expand All @@ -388,11 +388,11 @@ a:focus {

}

#big .tiny {
#missions .tiny {
font-size: 35px;
}

#big .thoughts {
#missions .thoughts {
font-size: 90px;
line-height: 150px;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1>Rappel:</h1>
<div class="page">5</div>
</div>

<div id="big" class="step" data-x="-4500" data-y="0" data-rotate="180" data-scale="6">
<div id="missions" class="step" data-x="-4500" data-y="0" data-rotate="180" data-scale="6">
<p><span class="tiny">Mes</span> <b>MISSIONS</b></p>
<div class="page">6</div>
</div>
Expand Down

0 comments on commit 3508a77

Please sign in to comment.