From: Frédéric Buclin Date: Mon, 25 Jul 2011 17:18:35 +0000 (+0200) Subject: Bug 673956: Remove obsolete panel.css (it was only used by sidebar.cgi, which is... X-Git-Tag: bugzilla-4.1.3~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0381e61bbec785dd6bafb57d4dc928d1dfe402b9;p=thirdparty%2Fbugzilla.git Bug 673956: Remove obsolete panel.css (it was only used by sidebar.cgi, which is gone) r=glob a=LpSolit --- diff --git a/skins/standard/panel.css b/skins/standard/panel.css deleted file mode 100644 index 23b52705e2..0000000000 --- a/skins/standard/panel.css +++ /dev/null @@ -1,37 +0,0 @@ -body - { - font-family: sans-serif; - font-size: 10pt; - background-color: white; - } - -ul - { - padding-left: 12px; - } - -radio - { - -moz-user-select: ignore; - } - -.text-link - { - margin-left: 3px; - } - -.text-link:hover - { - text-decoration: underline; - cursor: pointer; - } - -.descriptive-content - { - color: #AAAAAA; - } - -.descriptive-content[focused=true] - { - color: black; - }