Difference between revisions of "MediaWiki:Common.css"

From EncycloPEZia
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: ol#NewestPages { margin: 0.3em 0px 0px 1.5em; overflow: hidden; text-overflow: ellipsis; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
ol#NewestPages {
+
#NewestPages ol {
 
margin: 0.3em 0px 0px 1.5em;
 
margin: 0.3em 0px 0px 1.5em;
 
overflow: hidden;
 
overflow: hidden;
 
text-overflow: ellipsis;
 
text-overflow: ellipsis;
 
}
 
}

Revision as of 15:45, 19 September 2013

/* CSS placed here will be applied to all skins */

#NewestPages ol {
margin: 0.3em 0px 0px 1.5em;
overflow: hidden;
text-overflow: ellipsis;
}