summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-02-22 09:40:48 +0000
committernia <nia@pkgsrc.org>2021-02-22 09:40:48 +0000
commit3c149b4779e99cfcac8ec602b24f4dc8bc3208ac (patch)
tree5bd4dd6e4e4841902f7bb296686708e842db33a2 /templates
parentd8a9abf784e0d3132bc3240b6fb826de99ccf682 (diff)
downloadpkgsrc-3c149b4779e99cfcac8ec602b24f4dc8bc3208ac.tar.gz
templates: replace <hr noshade> with CSS
noshade is deprecated in modern HTML.
Diffstat (limited to 'templates')
-rw-r--r--templates/README.all6
-rw-r--r--templates/README.category6
-rw-r--r--templates/README.pkg6
-rw-r--r--templates/README.top6
-rw-r--r--templates/main.css7
5 files changed, 18 insertions, 13 deletions
diff --git a/templates/README.all b/templates/README.all
index ed6d2c9546f..06aafa55383 100644
--- a/templates/README.all
+++ b/templates/README.all
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.all,v 1.8 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.all,v 1.9 2021/02/22 09:40:48 nia Exp $ -->
<!-- generated by pkgsrc/mk/scripts/mkreadme -->
<!doctype html>
<html lang="en">
@@ -22,13 +22,13 @@ in the NetBSD Packages Collection, sorted alphabetically.
Please select an entry for more details!
</p>
-<hr noshade>
+<hr>
<table>
<tr><th>Package <th>Category <th>Package description
%%PKGS%%
</table>
-<hr noshade>
+<hr>
[
<a href="README.html"> Go to top of packages tree</a>
]
diff --git a/templates/README.category b/templates/README.category
index bfaf536c90c..285465f2a7b 100644
--- a/templates/README.category
+++ b/templates/README.category
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.category,v 1.14 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.category,v 1.15 2021/02/22 09:40:48 nia Exp $ -->
<!-- generated by pkgsrc/mk/scripts/mkreadme -->
<!doctype html>
<html lang="en">
@@ -22,12 +22,12 @@
%%NUMITEMS%%
items in this directory:</p>
-<hr noshade>
+<hr>
<dl>
%%SUBDIR%%
</dl>
-<hr noshade>
+<hr>
[
<a href="../README.html"> Go to top of packages tree</a>
|
diff --git a/templates/README.pkg b/templates/README.pkg
index 3dda2f7645c..19d331fa7de 100644
--- a/templates/README.pkg
+++ b/templates/README.pkg
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.pkg,v 1.36 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.pkg,v 1.37 2021/02/22 09:40:48 nia Exp $ -->
<!-- generated by pkgsrc/mk/scripts/mkreadme -->
<!doctype html>
<html lang="en">
@@ -81,13 +81,13 @@ and not every bug is exploitable with every configuration.
<p>
</section>
-<hr noshade>
+<hr>
<p>Problem reports, updates or suggestions for this package should be
reported with
<a href="http://www.NetBSD.org/support/send-pr.html">send-pr.</a></p>
-<hr noshade>
+<hr>
[
<a href="../README.html"> Go up one level</a>
|
diff --git a/templates/README.top b/templates/README.top
index 2f5ec7311cb..1277a099a00 100644
--- a/templates/README.top
+++ b/templates/README.top
@@ -1,4 +1,4 @@
-<!-- $NetBSD: README.top,v 1.22 2021/02/22 09:34:52 nia Exp $ -->
+<!-- $NetBSD: README.top,v 1.23 2021/02/22 09:40:48 nia Exp $ -->
<!-- generated by pkgsrc/mk/scripts/mkreadme -->
<!doctype html>
<html lang="en">
@@ -24,11 +24,11 @@ is also available.
%%DESCR%%
</p>
-<hr noshade>
+<hr>
<dl>
%%SUBDIR%%
</dl>
-<hr noshade>
+<hr>
Prebuilt binary packages can be installed using
<a href="pkgtools/pkgin/README.html">pkgin</a> or pkg_add(8).
diff --git a/templates/main.css b/templates/main.css
index 1dbc054c706..b3333826028 100644
--- a/templates/main.css
+++ b/templates/main.css
@@ -1,4 +1,4 @@
-/* $NetBSD: main.css,v 1.3 2021/02/22 06:42:14 nia Exp $ */
+/* $NetBSD: main.css,v 1.4 2021/02/22 09:40:48 nia Exp $ */
body {
font-family: sans-serif;
@@ -45,6 +45,11 @@ th {
font-weight: bold;
}
+hr {
+ border: 0;
+ border-bottom: 1px solid #aaa;
+}
+
#logo {
float: right;
border: 0;