Skip to content

Commit

Permalink
Add new descriptive/warning text to Nightly pages
Browse files Browse the repository at this point in the history
(Bug 701178)
  • Loading branch information
sgarrity committed Dec 12, 2012
1 parent 2d49b38 commit f239db8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 19 additions & 1 deletion css/nightly.css
Expand Up @@ -174,7 +174,7 @@ body {
}

#builds {
margin: -50px auto 50px;
margin: -50px auto 20px;
width: 900px;
}

Expand Down Expand Up @@ -283,6 +283,24 @@ body {
text-shadow: #000 1px 1px 1px;
}

#warning {
margin: 0 auto 30px;
width: 900px;
font-style: italic;
color: #888;
font-size: 13px;
}

#warning a {
color: #86a1d5;
text-decoration: none;
}

#warning a:hover,
#warning a:active {
text-decoration: underline;
}

#nightly-links {
margin: 0 auto 150px;
width: 900px;
Expand Down
2 changes: 2 additions & 0 deletions templates/index.html
Expand Up @@ -67,6 +67,8 @@ <h3>
{% endfor %}
</div>

<p id="warning">Firefox Nightly automatically sends feedback to Mozilla. <a href="http://www.mozilla.org/legal/privacy/firefox.html">Learn more.</a></p>

<div id="nightly-links">
<section>
<h3>Getting Started</h3>
Expand Down

0 comments on commit f239db8

Please sign in to comment.