Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv3543
Modified Files:
phpwiki-printer.css
Log Message:
Moved modification date out of table, so it is visible in phpwiki-printer.css with Mozilla/Amaya. Moved page actions up to fill the blank, and SignIn left under the page actions.
Index: phpwiki-printer.css
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/phpwiki-printer.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** phpwiki-printer.css 2001/12/27 18:11:39 1.2
--- phpwiki-printer.css 2002/01/02 03:50:33 1.3
***************
*** 49,52 ****
--- 49,58 ----
}
+ .toolbar HR {
+ visibility : hidden;
+ color : white;
+ background : white;
+ }
+
/**
* Hide wiki links in the toolbar for browsers which ignore visibility
|