Administrator (Talk | contribs) |
Administrator (Talk | contribs) |
||
| Line 3: | Line 3: | ||
| Â | div.mw-geshi div,pre { | Â | div.mw-geshi div,pre { |
| Â | Â font-family: monospace, "Courier New" !important; | Â | Â font-family: monospace, "Courier New" !important; |
| â | Â font-size:1. | + | Â font-size:1.1em; |
| â | Â line-height: | + | Â line-height:1em; |
| Â | Â | ||
| Â | } | Â | } |
Revision as of 13:49, 16 August 2016
/* CSS placed here will be applied to GeSHi syntax highlighting */ Â div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:1.1em; line-height:1em; Â }