twingle/twingle/skin twingle.css,1.5,1.6
[email protected] Wed, 19 Mar 2003 10:38:42 -0700 (MST)
| Newsgroups | gmane.comp.cms.oscom.twingle.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/root/twingle/twingle/skin
In directory alpha.oscom.org:/tmp/cvs-serv518/skin
Modified Files:
twingle.css
Log Message:
Major cleanup after the sprint. Also:
1) Started menu/commandset.xul to centralize the commands between
menus, buttons, and keys.
2) Major cleanup of menu items and buttons, removing things that
weren't implemented.
3) Added Tasks and Window menus from standard Moz.
4) The "New Site" approach is now a wizard that does some
user-friendly sniffing at the response.
Index: twingle.css
===================================================================
RCS file: /cvs/root/twingle/twingle/skin/twingle.css,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** twingle.css 10 Mar 2003 15:31:19 -0000 1.5
--- twingle.css 19 Mar 2003 17:38:40 -0000 1.6
***************
*** 3,6 ****
--- 3,8 ----
+ #navigation-tree {margin:0}
+
#twingle-navigation {background-color: whitesmoke}
***************
*** 18,21 ****
--- 20,27 ----
treechildren:-moz-tree-image(types-article, ResourceNameColumn) {
+ list-style-image: url("chrome://twingle/skin/file.png");
+ }
+
+ treechildren:-moz-tree-image(types-document, ResourceNameColumn) {
list-style-image: url("chrome://twingle/skin/file.png");
}