diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-04-07 08:31:54 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-04-07 08:31:54 +0000 |
| commit | c8000a895e0df7c548e3d592bf4e48701fa7aef8 (patch) | |
| tree | 1f5fa86c6af3cf7c28c05abfab6fa2e834e743b2 /base.css | |
| parent | c931b8de79463efc6da81440a4402ebd0415ca6e (diff) | |
| download | themes-c8000a895e0df7c548e3d592bf4e48701fa7aef8.tar.gz themes-c8000a895e0df7c548e3d592bf4e48701fa7aef8.tar.bz2 themes-c8000a895e0df7c548e3d592bf4e48701fa7aef8.zip | |
ensure that code is displayed correctly
Diffstat (limited to 'base.css')
| -rw-r--r-- | base.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,8 +2,9 @@ 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, code {font-family:monospace; font-size:12px; overflow:auto; text-align:left;} -#bitlayouttable {width:100%; padding:0; margin:0;} +pre,pre *,code,code * {font-family:monospace !important; text-align:left;} +pre {overflow:auto; text-align:left;} +#bitlayouttable {width:100%; padding:0; margin:0;} #bitleft, #bitright {vertical-align:top; width:170px; overflow:hidden;} #bitmain {vertical-align:top;} |
