MediaWiki:Common.css: Difference between revisions

m div#f-poweredbyico & div#f-copyrightico need div prefix with MediaWiki 1.16
adjust line height in pre sections to eliminate vertical scrollbar
Line 9: Line 9:
code, pre, tt {
code, pre, tt {
   font-size: 115%;
   font-size: 115%;
   line-height: 1.2em;
   line-height: 1.26em;
   overflow: auto;
   overflow: auto;
}
}