From c8000a895e0df7c548e3d592bf4e48701fa7aef8 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Fri, 7 Apr 2006 08:31:54 +0000 Subject: ensure that code is displayed correctly --- base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'base.css') diff --git a/base.css b/base.css index 56a30e1..8ed27ab 100644 --- a/base.css +++ b/base.css @@ -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;} -- cgit v1.3