diff --git a/css/nightly.css b/css/nightly.css index 2f410f5..7c4bb1c 100644 --- a/css/nightly.css +++ b/css/nightly.css @@ -174,7 +174,7 @@ body { } #builds { - margin: -50px auto 50px; + margin: -50px auto 20px; width: 900px; } @@ -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; diff --git a/templates/index.html b/templates/index.html index dca2e2b..de075df 100644 --- a/templates/index.html +++ b/templates/index.html @@ -67,6 +67,8 @@

{% endfor %} +

Firefox Nightly automatically sends feedback to Mozilla. Learn more.

+