diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-31 17:14:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-31 17:14:17 +0000 |
commit | 39573f7130d423069103ad90c9cffa223715f2e2 (patch) | |
tree | b21ee9e57ea8c54329fdd217ca0c916501917894 /docs/busybox.net | |
parent | 18d5064c477175f0f5f1d09aee7529cf8a16eafd (diff) |
Wrap a table (bg set to black, width=80%) around the screenshot
so it doesn't look like crap in Netscape. Should look fine in
Mozilla either way. I think.
-Erik
Diffstat (limited to 'docs/busybox.net')
-rw-r--r-- | docs/busybox.net/screenshot.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/busybox.net/screenshot.html b/docs/busybox.net/screenshot.html index ff0d4f143..8424fcef6 100644 --- a/docs/busybox.net/screenshot.html +++ b/docs/busybox.net/screenshot.html @@ -13,6 +13,9 @@ <h1> Busybox Screenshot! </h1> +<TABLE WIDTH="80%" CELLSPACING=1 CELLPADDING=4 BORDER=1> +<TR><TD BGCOLOR="#000000"> + <pre style="background-color: black; color: lightgreen; padding: 5px; font-family: monospace; font-size: smaller;" width="80%"> @@ -42,7 +45,8 @@ $ <blink>_</blink> </pre> -</div> +</TD></TR> +</TABLE> </body> |