Remove the hardcoded "width=600" and other pixel values from these files.
It was unnecessary, and inconsistent with the rest of the site.
This commit is contained in:
parent
f0cb0c5d35
commit
2aa46577a8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7127
25 changed files with 52 additions and 52 deletions
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/tools.sgml,v 1.2 2000/01/29 23:53:52 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/links/tools.sgml,v 1.3 2000/03/12 14:51:52 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: Tools">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
<table width="600" border="0">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue