diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-31 17:14:17 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-31 17:14:17 +0000 |
commit | 5141b83fa70f1c7b0fd31463d15ce8a60fe32cca (patch) | |
tree | b21ee9e57ea8c54329fdd217ca0c916501917894 /docs | |
parent | 21aebe6433719021937fd3670cb988010a9393ac (diff) | |
download | busybox-w32-5141b83fa70f1c7b0fd31463d15ce8a60fe32cca.tar.gz busybox-w32-5141b83fa70f1c7b0fd31463d15ce8a60fe32cca.tar.bz2 busybox-w32-5141b83fa70f1c7b0fd31463d15ce8a60fe32cca.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@1725 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-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 @@ | |||
13 | 13 | ||
14 | <h1> Busybox Screenshot! </h1> | 14 | <h1> Busybox Screenshot! </h1> |
15 | 15 | ||
16 | <TABLE WIDTH="80%" CELLSPACING=1 CELLPADDING=4 BORDER=1> | ||
17 | <TR><TD BGCOLOR="#000000"> | ||
18 | |||
16 | 19 | ||
17 | <pre style="background-color: black; color: lightgreen; padding: 5px; | 20 | <pre style="background-color: black; color: lightgreen; padding: 5px; |
18 | font-family: monospace; font-size: smaller;" width="80%"> | 21 | font-family: monospace; font-size: smaller;" width="80%"> |
@@ -42,7 +45,8 @@ $ <blink>_</blink> | |||
42 | 45 | ||
43 | </pre> | 46 | </pre> |
44 | 47 | ||
45 | </div> | 48 | </TD></TR> |
49 | </TABLE> | ||
46 | 50 | ||
47 | </body> | 51 | </body> |
48 | 52 | ||