# defined by the Mozilla Public License, v. 2.0.
#%]
-<div id="privacy-policy">
- <a href="https://www.mozilla.org/privacy/websites/" target="_blank">Privacy Policy</a>
+<div id="policy_links">
+ <ul>
+ <li id="privacy_notice">
+ <a href="https://www.mozilla.org/privacy/websites/" target="_blank">Privacy Notice</a> |
+ </li>
+ <li id="legal_terms">
+ <a href="https://www.mozilla.org/about/legal/terms/mozilla" target="_blank">Legal Terms</a>
+ </li>
+ <ul>
</div>
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this file,
+ * You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This Source Code Form is "Incompatible With Secondary Licenses", as
+ * defined by the Mozilla Public License, v. 2.0. */
+
/*
* Custom rules for skins/standard/global.css.
* The rules you put here override rules in that stylesheet.
padding: 3px;
}
-#footer .outro {
- text-align:left;
- padding-left:1ex;
- padding-bottom:1ex;
-}
-
.group_secure > th > a {
background-image: url("../../images/padlock.png");
background-position: center left;
padding-left: 18px;
}
-#privacy-policy {
- font-size: x-small;
- width: 100%;
+#policy_links {
+ padding-right: 5px;
text-align: right;
}
+#policy_links li {
+ display: inline;
+}
+
.highlighted {
background: lightyellow;
}
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
- #privacy_policy {
+ #policy_links {
font-size: small;
}