From: Joseph C. <tex...@us...> - 2005-06-01 09:48:00
|
Update of /cvsroot/popfile/engine/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7782/skins/default Modified Files: history-page.thtml style.css Log Message: More skinning. Default, Windows, and OceanBlue are now mostly finished. Index: history-page.thtml =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/history-page.thtml,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** history-page.thtml 25 May 2005 14:54:43 -0000 1.65 --- history-page.thtml 1 Jun 2005 09:47:46 -0000 1.66 *************** *** 37,41 **** <TMPL_IF NAME="History_If_Some_Messages"> - <table width="100%" summary=""> <tr> --- 37,40 ---- *************** *** 58,62 **** </tr> <tr> ! <td colspan="2"> <!-- the following html was history-search-filter-widget.thtml --> <TMPL_INCLUDE NAME="history-search-filter-widget.thtml"> --- 57,61 ---- </tr> <tr> ! <td colspan="2" class="historyWidgetsTop"> <!-- the following html was history-search-filter-widget.thtml --> <TMPL_INCLUDE NAME="history-search-filter-widget.thtml"> Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/default/style.css,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** style.css 30 May 2005 09:47:11 -0000 1.19 --- style.css 1 Jun 2005 09:47:46 -0000 1.20 *************** *** 270,274 **** /*********************************************************/ ! /* Config Bars */ .configBarTitle { --- 270,274 ---- /*********************************************************/ ! /* Config Bar */ .configBarTitle { *************** *** 286,290 **** } ! .configBar td { border: 1px solid #CCCC99; } --- 286,290 ---- } ! .configBarBody td { border: 1px solid #CCCC99; } |