summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-07-25 19:18:35 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-07-25 19:18:35 +0200
commit0381e61bbec785dd6bafb57d4dc928d1dfe402b9 (patch)
treea4d920ae54fbad24d8ceed4553fd0e442f9d18b4 /skins
parent7649e0c2effabdc179bab9797d5263030dc84591 (diff)
downloadbugzilla-0381e61bbec785dd6bafb57d4dc928d1dfe402b9.tar.gz
bugzilla-0381e61bbec785dd6bafb57d4dc928d1dfe402b9.tar.xz
Bug 673956: Remove obsolete panel.css (it was only used by sidebar.cgi, which is gone)
r=glob a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/panel.css37
1 files changed, 0 insertions, 37 deletions
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;
- }