netconfig

This commit is contained in:
2023-03-27 01:53:57 +01:00
committed by Wookey
parent cf3b6c23e7
commit 79bfed457f
4 changed files with 52 additions and 9 deletions

View File

@@ -484,6 +484,13 @@ var { # to match <code> but inline when documenting systems
#font-style: normal;
background-color: #eee;
}
/* added 2020-04-24 by Philip Sargent */
samp { # to match <code> not in italics
font-family: monospace;
font-size: 0.9em;
font-weight: bold;
background-color: #eee;
}
/*Narrow screens support*/
/*Added 2019-02-22 by Radost Waszkiewicz