(Created page with "→Begin code tag section This section is to make the {{code}} template look better. Revisit this if we can get the <code> tag rewritten: code, pre { border: none; line...") |
No edit summary |
||
Line 12: | Line 12: | ||
margin-top: 1em; | margin-top: 1em; | ||
margin-bottom: 1em; | margin-bottom: 1em; | ||
border-top: 0; | |||
border-bottom: 0; | |||
} | } | ||
Line 18: | Line 20: | ||
border-top: solid gray 1px; | border-top: solid gray 1px; | ||
border-bottom: solid gray 1px; | border-bottom: solid gray 1px; | ||
padding-top: | padding-top: 3px; | ||
padding-bottom: | padding-bottom: 3px; | ||
} | } |
Revision as of 16:48, 13 April 2011
/* Begin code tag section This section is to make the {{code}} template look better. Revisit this if we can get the <code> tag rewritten */ code, pre { border: none; line-height: 1.2em; overflow: auto; white-space: pre; font-size: 8pt; padding: none; } div.code { margin-top: 1em; margin-bottom: 1em; border-top: 0; border-bottom: 0; } div.code pre { border-top: solid gray 1px; border-bottom: solid gray 1px; padding-top: 3px; padding-bottom: 3px; }