|
From: Manni H. <man...@us...> - 2004-07-31 18:04:55
|
Update of /cvsroot/popfile/engine/skins/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30940/skins/windows Modified Files: style.css Log Message: Some more updates to the skins, courtesy of Joseph Connors. Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/windows/style.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** style.css 20 Jul 2004 16:45:06 -0000 1.3 --- style.css 31 Jul 2004 18:04:44 -0000 1.4 *************** *** 21,26 **** 05-05-03: Changed a lot of head stuff, got rid of absolute positioning 05-21-03: Did what I could to fix the changes 0.19 RC3 made to the footer ! 06-12-04: Add support for session seperator (RowBoundary) for 0.22 ! 07-15-04: A little code cleanup. */ --- 21,25 ---- 05-05-03: Changed a lot of head stuff, got rid of absolute positioning 05-21-03: Did what I could to fix the changes 0.19 RC3 made to the footer ! 07-29-04: Add support for some new 0.22 classes and some code cleanup. */ *************** *** 346,349 **** --- 345,356 ---- } + div.helpMessage { + background-color: InfoBackground; + border: 1px solid black; + padding: 0.4em; + margin: 0.3em; + padding-bottom: 0; + } + span.graphFont { font-size: 95%; |