Hello,

I need to hide all technical stuff in a one wiki page (headers, footers,
comments, attachments, etc). I did it all except page modification info
(user, date & time).
I used StyleSheetExtension with content like this:
/* Hide unneeded stuff */
#contentmenu,
#footerglobal,
#hierarchy,
#document-title,
#xdocFooter,
#docextrapanes,
#xwikidata,
/* #commentform, */
/*.xwikitabbar li, */
/* #Historyshortcut, */
/* #Informationshortcut, */
.separator,
.commentheader .commenttools a,
a.tag-delete,
.tag-add a
{
  display: none !important;
}

But I cannot understand what I should add in this list for hiding page
modification info.
Please help.

Thanks beforehand!
Eugen



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Hide-unneeded-stuff-tp7601051.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to