From: Geoffrey T. D. <da...@us...> - 2001-12-11 22:45:41
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv11353 Modified Files: phpwiki.css Log Message: Set RSS channel title from new config var WIKI_NAME. Added "RSS" icon (which links to RSSified RecentChanges) to the HTML version of RecentChanges. Index: phpwiki.css =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/phpwiki.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** phpwiki.css 2001/12/11 05:51:14 1.8 --- phpwiki.css 2001/12/11 22:45:38 1.9 *************** *** 176,180 **** margin-right: 0.5ex; margin-left: 0.25ex; ! vertical-align: bottom; } --- 176,180 ---- margin-right: 0.5ex; margin-left: 0.25ex; ! vertical-align: middle /* bottom */; } |