From: Joseph C. <tex...@us...> - 2005-06-02 11:26:48
|
Update of /cvsroot/popfile/engine/skins/simplyblue In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32269/skins/simplyblue Modified Files: style.css Log Message: Update SmallDefault for 0.23. Minor changes to several other skins. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/simplyblue/style.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** style.css 2 Jun 2005 09:30:56 -0000 1.4 --- style.css 2 Jun 2005 11:26:39 -0000 1.5 *************** *** 200,204 **** } ! .historyLabel em { font-weight: bold; font-style: normal; --- 200,204 ---- } ! th.historyLabel em { font-weight: bold; font-style: normal; *************** *** 244,255 **** /* Positioning */ - td.historyWidgetsTop { - width: 100%; - border: 1 solid red; - margin-left: 1.5em; - margin-top: 0.6em; - margin-bottom: 1.0em; - } - td.historyNavigatorTop, td.historyNavigatorBottom { text-align: right; --- 244,247 ---- *************** *** 359,366 **** } ! .columnRemove, .columnMove { /* makes area around the controls clickable for bigger target */ display: block; width:100%; height: 1em; } - --- 351,357 ---- } ! .columnRemove, .columnMove { display: block; width:100%; height: 1em; } |