Update of /cvsroot/popfile/engine/skins/tinygrey
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15239/skins/tinygrey
Modified Files:
style.css
Log Message:
Update for 0.23
Index: style.css
===================================================================
RCS file: /cvsroot/popfile/engine/skins/tinygrey/style.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** style.css 31 Jul 2004 18:04:43 -0000 1.3
--- style.css 25 Aug 2005 08:41:42 -0000 1.4
***************
*** 1,534 ****
! body {
! background-color: #FFFFFF;
! border: none;
! font-family: sans-serif;
! color: black;
! font-size: 80%;
! }
!
! .shell {
! background-color: #ffffff;
[...1140 lines suppressed...]
!
! .configBarBody label.configurationLabel {
! display: block;
! }
!
! /*********************************************************/
! /* History Column Controls */
!
! .columnControls {
! white-space:nowrap;
! vertical-align: top;
! width: 10px;
! }
!
! .columnRemove, .columnMove {
! display: block;
! width:100%;
! height: 1em;
! }
!
|