summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-11-12 21:32:21 (UTC)
committer Michael Krelin <hacker@klever.net>2006-11-12 21:32:21 (UTC)
commit41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e (patch) (unidiff)
tree1bfa6d37eb7882f4935be2a0b8dec22a396aa114
parent2ac12b08a25d62a97f66350653daa018b33d3c60 (diff)
downloadfireflix-41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e.zip
fireflix-41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e.tar.gz
fireflix-41d39823cf8a9e08ad17b9863e5e3ed88df0ac4e.tar.bz2
made UI look boring
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@214 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml2
-rw-r--r--content/fireflix.css13
-rw-r--r--content/help.xml2
3 files changed, 8 insertions, 9 deletions
diff --git a/NEWS.xml b/NEWS.xml
index 9efb4d1..e21ac2f 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -4,3 +4,3 @@
4 <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni> 4 <ni>Added the word 'sidebar' to the extension name so that you don't have to look hard for it</ni>
5 <ni>UI polishing</ni> 5 <ni>UI polishing, including making it more boring</ni>
6 <ni>code cosmetics</ni> 6 <ni>code cosmetics</ni>
diff --git a/content/fireflix.css b/content/fireflix.css
index 4fba5d3..ab90c11 100644
--- a/content/fireflix.css
+++ b/content/fireflix.css
@@ -1,4 +1,4 @@
1.generated.wholething, 1html#help,
2.about.wholething, 2.generated.wholething, .about.wholething /* XXX:,
3tabbox, tabpanels, tabpanel { 3tabbox, tabpanels, tabpanel */ {
4 background: url("background.jpeg"); 4 background: url("background.jpeg");
@@ -11,4 +11,3 @@ tree {
11 margin-top: 2px; 11 margin-top: 2px;
12 background: rgb(12,167,0); 12 color: #2d354a;
13 color: rgb(255,255,0);
14 font-size: 90%; 13 font-size: 90%;
@@ -16,3 +15,3 @@ tree {
16tree treechildren { /* for windows */ 15tree treechildren { /* for windows */
17 background: rgb(12,167,0); 16 background: #c5ffc5;
18} 17}
@@ -22,3 +21,3 @@ tree#uploadlist treechildren::-moz-tree-cell-text(pending) {
22tree#uploadlist treechildren::-moz-tree-cell-text(completed) { 21tree#uploadlist treechildren::-moz-tree-cell-text(completed) {
23 color: white; 22 color: black;
24} 23}
diff --git a/content/help.xml b/content/help.xml
index e71cd99..51e4ce5 100644
--- a/content/help.xml
+++ b/content/help.xml
@@ -1,3 +1,3 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> 2<html id="help" xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
3 <head> 3 <head>