Skip to content

Commit

Permalink
Merge pull request mozilla#10 from sgarrity/bug-701178-warning-message
Browse files Browse the repository at this point in the history
Bug 701178 warning message
  • Loading branch information
Matthew Riley MacPherson committed Dec 12, 2012
2 parents 2d49b38 + 9fd8291 commit 87d57dc
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 2 deletions.
25 changes: 23 additions & 2 deletions 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,25 @@ 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,
#warning a:focus {
text-decoration: underline;
}

#nightly-links {
margin: 0 auto 150px;
width: 900px;
Expand Down Expand Up @@ -324,7 +343,9 @@ body {
transition-property: text-shadow;
}

#nightly-links a:hover {
#nightly-links a:active,
#nightly-links a:hover,
#nightly-links a:focus {
text-decoration: underline;
text-shadow: #404040 1px 1px 1px;
}
Binary file modified img/covehead/template/footer-title.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/covehead/template/title.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/footer-title.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-android.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-arrow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-linux.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-mac.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-maemo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/icon-windows.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/nightly-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/nightly-content-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/nightly-footer-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/nightly-header-bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/nightly-title.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/template/email-link.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 87d57dc

Please sign in to comment.