From a8b1607938852a61ae05df41681693347dcfaae9 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 4 Mar 2014 23:43:25 +0100 Subject: Bug 956190 (part 2): Merge params.css and editusers.css with admin.css r/a=justdave --- skins/standard/params.css | 77 ----------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 skins/standard/params.css (limited to 'skins/standard/params.css') diff --git a/skins/standard/params.css b/skins/standard/params.css deleted file mode 100644 index 491a8a47a..000000000 --- a/skins/standard/params.css +++ /dev/null @@ -1,77 +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. - */ - -#menu { - width: 10em; - margin-right: 0.5em; - border: solid thin; - border-spacing: 0px; - border-collapse: collapse; - text-align: center; - color: black; - background-color: #edf2f2; - font-weight: normal; -} - -#menu a:link, #menu a:visited { - color: #039; - background-color: transparent; -} - -#menu a:hover, #menu a:active { - color: red; - background-color: transparent; -} - -#menu td { - border: solid thin; - padding: 0.2em 0.5em; -} - -#params_index { - padding-left: 1em; -} - -div.table { - display: inline-table; -} - -div.cell { - display: table-cell; - vertical-align: top; -} - -td.selected_section { - color: #090; - background-color: white; -} - -td.index { - color: black; - background-color: #edf; -} - -dt { - font-weight: bold; -} - -dd { - margin-bottom: 1.5em; -} - -.sortlist_separator { - font-weight: bold; - font-size: 80%; - background-color: #dddddd; -} - -.contribute { - border: 1px dotted black; - padding: .5em; - font-size: small; -} -- cgit v1.2.3-24-g4f1b