MediaWiki:Modern.css: Difference between revisions

From EncycloPEZia
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
{
{
   margin: 0.3em 0px 0px 0.8em !important;
   margin: 0.3em 0px 0px 0.8em !important;
   overflow: hidden;
   overflow: hidden !important;;
   text-overflow: ellipsis;
   text-overflow: ellipsis !important;;
}
}
#NewestPages li
#NewestPages li

Revision as of 21:47, 30 November 2009

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