]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 673956: Remove obsolete panel.css (it was only used by sidebar.cgi, which is...
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 17:18:35 +0000 (19:18 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 25 Jul 2011 17:18:35 +0000 (19:18 +0200)
r=glob a=LpSolit

skins/standard/panel.css [deleted file]

diff --git a/skins/standard/panel.css b/skins/standard/panel.css
deleted file mode 100644 (file)
index 23b5270..0000000
+++ /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;
-  }