diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-12 11:37:56 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-12 11:37:56 +0000 |
commit | f26da2481c122a41d8ac262a62c43dc2578b7b8c (patch) | |
tree | 6dc82793925ddc58e1cc59aad5f541b98aad7b24 /usr.bin/bgplg/bgplg.css | |
parent | bf28b98b28ad7ea14cb372eb55baa4f3ae3eb5a4 (diff) |
Valid XHTML 1.1! (according to http://validator.w3.org/)
Diffstat (limited to 'usr.bin/bgplg/bgplg.css')
-rw-r--r-- | usr.bin/bgplg/bgplg.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/bgplg/bgplg.css b/usr.bin/bgplg/bgplg.css index 92a509f140b..d7322b277e2 100644 --- a/usr.bin/bgplg/bgplg.css +++ b/usr.bin/bgplg/bgplg.css @@ -2,3 +2,8 @@ text-align: left; width: 100%; } + +img { + border: none; + border-width: 0px; +} |