From 0381e61bbec785dd6bafb57d4dc928d1dfe402b9 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 25 Jul 2011 19:18:35 +0200 Subject: Bug 673956: Remove obsolete panel.css (it was only used by sidebar.cgi, which is gone) r=glob a=LpSolit --- skins/standard/panel.css | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 skins/standard/panel.css (limited to 'skins') diff --git a/skins/standard/panel.css b/skins/standard/panel.css deleted file mode 100644 index 23b52705e..000000000 --- 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; - } -- cgit v1.2.3-24-g4f1b