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,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/10.sgml,v 1.2 2000/01/29 23:53:42 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/10.sgml,v 1.3 2000/03/12 14:51:47 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 1.0 - UNSUPPORTED">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table width="600" border="0">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<H2>JDK 1.0.x</H2>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.3 2000/02/02 15:32:07 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/11.sgml,v 1.4 2000/03/12 14:51:47 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 1.1">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table width="600" border="0">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<P>The latest version is
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/12.sgml,v 1.5 2000/04/04 12:37:16 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/12.sgml,v 1.6 2000/04/05 11:25:33 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 2 (aka JDK 1.2)">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table width="600" border="0">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.1 2000/01/29 23:55:06 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/13.sgml,v 1.2 2000/03/12 14:51:48 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: JDK 1.3">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table width="600" border="0">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<P>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.2 2000/01/29 23:53:44 patrick Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/java/dists/index.sgml,v 1.3 2000/03/12 14:51:48 patrick Exp $">
|
||||
<!ENTITY title "FreeBSD Java Project: Distributions">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<table width="600" border="0">
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<table width="100%" border="0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue