diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-02 14:14:12 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-03-02 14:14:12 +0100 |
commit | 126c681a05b4ce6bc3c0be34bf5335e170c596de (patch) | |
tree | 14de0c5f1ee77c1ac78862a2454871046c9a62a0 /skins/contrib | |
parent | 2cd9e8e510edecfc69afb055cc537ed3c5071c22 (diff) | |
download | bugzilla-126c681a05b4ce6bc3c0be34bf5335e170c596de.tar.gz bugzilla-126c681a05b4ce6bc3c0be34bf5335e170c596de.tar.xz |
Bug 956190 (part 1): Merge index.css and page.css with global.css
r/a=justdave
Diffstat (limited to 'skins/contrib')
-rw-r--r-- | skins/contrib/Dusk/global.css | 4 | ||||
-rw-r--r-- | skins/contrib/Dusk/index.css | 12 |
2 files changed, 4 insertions, 12 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index 4f6e00341..7ffb91014 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -212,6 +212,10 @@ hr { background-color: #f0f0f0; } +#page-index .outro { + clear:both; +} + /* Rules specific for printing */ @media print { #header, diff --git a/skins/contrib/Dusk/index.css b/skins/contrib/Dusk/index.css deleted file mode 100644 index 8ea90b5ee..000000000 --- a/skins/contrib/Dusk/index.css +++ /dev/null @@ -1,12 +0,0 @@ -/* 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. - */ - - div#page-index .outro - { - clear:both; - } |