twingle/twingle/skin twingle.css,1.2,1.3

[email protected] Sun, 9 Mar 2003 11:58:40 -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-serv20073/skin

Modified Files:
	twingle.css 
Log Message:
First prototype of Midaseditor
- Saving does not work
- Switching from Source-edit to Midas-edit neither
- It's just a prototype, doesn't have much architecture thoughts behind it


Index: twingle.css
===================================================================
RCS file: /cvs/root/twingle/twingle/skin/twingle.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** twingle.css	8 Mar 2003 15:24:36 -0000	1.2
--- twingle.css	9 Mar 2003 18:58:38 -0000	1.3
***************
*** 19,29 ****
  
  
- 
  defaulttype { 
    -moz-binding: url('chrome://twingle/content/workspace/bindings.xml#defaulttypebinding');
  }
  
  
! defaulttype {
!     -moz-binding: url('chrome://twingle/content/workspace/bindings.xml#defaulttypebinding');
  }
--- 19,37 ----
  
  
  defaulttype { 
    -moz-binding: url('chrome://twingle/content/workspace/bindings.xml#defaulttypebinding');
  }
  
+ midaseditor { 
+     -moz-binding: url('chrome://twingle/content/workspace/midasbindings.xml#midaseditorbinding');
+ }
  
! 
! articleviewer {
!     -moz-binding: url('chrome://twingle/content/workspace/editorbindings.xml#articleviewerbinding');
  }
+ 
+ articleeditor {
+     -moz-binding: url('chrome://twingle/content/workspace/editorbindings.xml#articleeditorbinding');
+ }
+