diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-09 06:20:33 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-09 06:20:33 +0000 |
| commit | 9d5e2d85e7477ad4c033d2915f036c14539a79a2 (patch) | |
| tree | 11220b0642a6ecde39871093597766268538f26c /base.css | |
| parent | a1b92f33c223381b433fd0828577491d114f99ea (diff) | |
| download | themes-9d5e2d85e7477ad4c033d2915f036c14539a79a2.tar.gz themes-9d5e2d85e7477ad4c033d2915f036c14539a79a2.tar.bz2 themes-9d5e2d85e7477ad4c033d2915f036c14539a79a2.zip | |
monospace font in phpbb .code blocks
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ body {background:#fff; margin:0; padding:0;} table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;} table.dBug_array {width:auto; border: 1px solid black; border-spacing:1px;} -pre,pre *,code,code * {font-family:monospace !important; text-align:left;} +pre,pre *,code,code *,.code {font-family:monospace !important; text-align:left;} pre {overflow:auto; text-align:left;} #bitlayouttable {width:100%; padding:0; margin:0;} #bitleft, |
