From 236c0b9af4e80824a57321e20bd005e3916c1d9d Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 4 Apr 2016 16:43:51 +0000 Subject: Bug 1259322 - Legal compliance / adding link to footer --- skins/custom/global.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'skins/custom') diff --git a/skins/custom/global.css b/skins/custom/global.css index b4220663d..61743d62a 100644 --- a/skins/custom/global.css +++ b/skins/custom/global.css @@ -1,3 +1,10 @@ +/* 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. @@ -53,12 +60,6 @@ a.controller { 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; @@ -66,12 +67,15 @@ a.controller { 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; } -- cgit v1.2.3-24-g4f1b