[Libufo-commits] ufo-0.5/test gui.css,1.2,1.3 gui.xul,1.2,1.3
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-09-03 10:08:01
|
Update of /cvsroot/libufo/ufo-0.5/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29652/test Modified Files: gui.css gui.xul Log Message: Index: gui.css =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/test/gui.css,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gui.css 2 Sep 2005 14:13:25 -0000 1.2 --- gui.css 3 Sep 2005 10:07:52 -0000 1.3 *************** *** 15,19 **** /* top right bottom left */ margin: 10px 10px 10px 10px; ! list-style-image: url('if_default.pnm'); } --- 15,20 ---- /* top right bottom left */ margin: 10px 10px 10px 10px; ! /* It's not ugly, it's art (and I'm in such a hurry) */ ! list-style-image: url('smilie.tga'); } Index: gui.xul =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/test/gui.xul,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gui.xul 2 Sep 2005 13:28:43 -0000 1.2 --- gui.xul 3 Sep 2005 10:07:52 -0000 1.3 *************** *** 6,10 **** <window id="findfile-window" ! title="Testing Xul frames" orient="vertical" pack="start" --- 6,10 ---- <window id="findfile-window" ! title="Testing Xul frames (see gui.xul)" orient="vertical" pack="start" |