diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-07-25 19:18:35 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-07-25 19:18:35 +0200 |
commit | 0381e61bbec785dd6bafb57d4dc928d1dfe402b9 (patch) | |
tree | a4d920ae54fbad24d8ceed4553fd0e442f9d18b4 | |
parent | 7649e0c2effabdc179bab9797d5263030dc84591 (diff) | |
download | bugs-0381e61bbec785dd6bafb57d4dc928d1dfe402b9.tar bugs-0381e61bbec785dd6bafb57d4dc928d1dfe402b9.tar.gz bugs-0381e61bbec785dd6bafb57d4dc928d1dfe402b9.tar.bz2 bugs-0381e61bbec785dd6bafb57d4dc928d1dfe402b9.tar.xz bugs-0381e61bbec785dd6bafb57d4dc928d1dfe402b9.zip |
Bug 673956: Remove obsolete panel.css (it was only used by sidebar.cgi, which is gone)
r=glob a=LpSolit
-rw-r--r-- | skins/standard/panel.css | 37 |
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; - } |