summaryrefslogtreecommitdiffstats
path: root/css/panel.css
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-10-22 04:02:28 +0200
committermyk%mozilla.org <>2004-10-22 04:02:28 +0200
commite843ae2a6b0bf8ede1b3bca296a397e07501c26a (patch)
tree81e69ad137c97c866a9b945e88c15558c6ab6921 /css/panel.css
parentb50ddb431c7dcc0ce21a963c5140c6c7f5f8398d (diff)
downloadbugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.gz
bugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.xz
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave
Diffstat (limited to 'css/panel.css')
-rw-r--r--css/panel.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/css/panel.css b/css/panel.css
deleted file mode 100644
index 23b52705e..000000000
--- a/css/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;
- }