Difference between revisions of "MediaWiki:Modern.css"

From EncycloPEZia
Jump to navigationJump to search
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;
}