Update of /cvsroot/xoops/xoops2
In directory sc8-pr-cvs1:/tmp/cvs-serv5934
Modified Files:
xoops.css
Log Message:
syncmail test
Index: xoops.css
===================================================================
RCS file: /cvsroot/xoops/xoops2/xoops.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** xoops.css 2 Jan 2003 14:56:45 -0000 1.1
--- xoops.css 3 Jan 2003 07:07:56 -0000 1.2
***************
*** 1,15 ****
! img {
! border: 0;
! }
! .ahem {
! display: none;
! }
! td.nw {
! white-space: nowrap;
! }
! #xoopsHiddenText {
! visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none;
! }
--- 1,7 ----
! img {border: 0;}
! .ahem {display: none;}
! td.nw {white-space: nowrap;}
! #xoopsHiddenText {visibility: hidden; color: #000000; font-weight: normal; font-style: normal; text-decoration: none;}
|