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

Commit

Permalink
Typos: Note + infos in the header
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabri committed Jul 15, 2015
1 parent fb04ecf commit 6e95aae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/assets/css/tox-homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ header.toxHeader section div p {
text-align:center;
font-size:20px;
}
header.toxHeader section div p.infos {
font-size:16px;
}
header.toxHeader section div p.note {
font-size:14px;
}
header.toxHeader section div p a {
color:#d7d1d1;
}
Expand All @@ -146,9 +152,6 @@ header.toxHeader section div p a.button {
header.toxHeader section div p a.button:hover {
background-color:#d8524e;
}
header.toxHeader section div p:last-child {
font-size:16px;
}
header.toxHeader aside.footer {
position:absolute;
bottom:0;
Expand Down
8 changes: 5 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@ <h1 class="font FiraSans regular show-for-small-only">A New Kind of Instant Mess
<p class="download small-centered small-10 medium-8 large-6 columns">
<a class="small-centered radius button small font FiraSans extrabold dlbutton" data-anchor="true" onclick=mixpanel.track("new_download"); href="#download"><span id="download-platform"></span>Download Tox</a>
</p>
<p class="hide small-centered small-10 medium-8 large-6 columns font FiraSans regular">

<p class="infos hide small-centered small-10 medium-8 large-6 columns font FiraSans regular">
<span id="download-specs"></span>
<a class="font FiraSans bold dlbutton" data-anchor="true" onclick=mixpanel.track("new_download_other"); href="#download">Other clients &amp; platforms</a>
</p>
<p style="font-size: 12px">
Note that Tox is still under heavy development - expect to run into some bugs ;)

<p class="font FiraSans regular note">
Note: Tox is still under heavy development — expect to run into some bugs.
</p>
</div>
<aside class="footer gradient">
Expand Down

0 comments on commit 6e95aae

Please sign in to comment.