MediaWiki:Print.css

From Wiki

Jump to: navigation, search
(Created page with "→‎CSS placed here will affect the print output: ul, ol{ list-style-position:inside; }")
 
m
 
Line 2: Line 2:
  
 
ul, ol{
 
ul, ol{
 +
/*todo: main/moonlight.css 0 margins*/
 
list-style-position:inside;
 
list-style-position:inside;
 
}
 
}

Latest revision as of 07:17, 13 January 2013

/* CSS placed here will affect the print output */

ul, ol{
/*todo: main/moonlight.css 0 margins*/
list-style-position:inside;
}