MediaWiki:Modern.css: Difference between revisions

From EncycloPEZia
Jump to navigationJump to search
Created page with 'CSS placed here will affect users of the Modern skin: #NewestPages li { display: inline; list-style-type: none; padding-right: 20px; }'
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Modern skin */
/* CSS placed here will affect users of the Modern skin */
#NewestPages
{
  margin: 0.3em 0px 0px 0.8em;
}
#NewestPages li
#NewestPages li
{
{

Revision as of 12:12, 30 November 2009

/* CSS placed here will affect users of the Modern skin */
#NewestPages
{
   margin: 0.3em 0px 0px 0.8em;
}
#NewestPages li
{
   display: inline;
   list-style-type: none;
   padding-right: 20px;
}