[Libufo-commits] ufo-0.5/test gui.css,1.1,1.2
Status: Beta
Brought to you by:
schmidtjf
|
From: Johannes S. <sch...@us...> - 2005-09-02 14:13:33
|
Update of /cvsroot/libufo/ufo-0.5/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25428/test Modified Files: gui.css Log Message: Fixed ufo_css_eatComments. Index: gui.css =================================================================== RCS file: /cvsroot/libufo/ufo-0.5/test/gui.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gui.css 21 May 2005 16:04:27 -0000 1.1 --- gui.css 2 Sep 2005 14:13:25 -0000 1.2 *************** *** 2,5 **** --- 2,21 ---- + /* general changes to the style */ + + /* this is a change to all button widgets */ + /* + button { + font-family: serif; + font-size: 14px; + } + */ + /* this is a change to all label widgets */ + label { + /* top right bottom left */ + margin: 10px 10px 10px 10px; + list-style-image: url('if_default.pnm'); + } + /* CSS class ids */ *************** *** 30,40 **** opacity: 0; } - - - /* general changes to the style */ - - label { - /* top right bottom left */ - margin: 10px 10px 10px 10px; - list-style-image: url('if_default.pnm'); - } --- 46,47 ---- |