From: Joseph C. <tex...@us...> - 2007-12-04 11:33:19
|
Update of /cvsroot/popfile/engine/skins/tinygrey In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17385/tinygrey Modified Files: Tag: b0_22_2 style.css Log Message: Update remaining skins from HEAD (some changes need porting back to HEAD). Index: style.css =================================================================== RCS file: /cvsroot/popfile/engine/skins/tinygrey/style.css,v retrieving revision 1.3.6.1 retrieving revision 1.3.6.2 diff -C2 -d -r1.3.6.1 -r1.3.6.2 *** style.css 14 Sep 2005 19:24:31 -0000 1.3.6.1 --- style.css 4 Dec 2007 11:33:16 -0000 1.3.6.2 *************** *** 1,539 **** ! body { ! background-color: #FFFFFF; ! border: none; ! font-family: sans-serif; ! color: black; ! font-size: 80%; ! } ! ! .shell { ! background-color: #ffffff; [...1055 lines suppressed...] ! overflow: hidden; ! white-space: nowrap; ! vertical-align: middle; ! } ! ! .historyMagnetUsed img { ! vertical-align: bottom; ! } ! ! .historyMagnetUsed span { ! font-size:80%; ! vertical-align: middle; ! } ! ! /*********************************************************/ ! /* Form Labels */ ! ! th.historyLabel { ! text-align: left; ! } |