diff options
author | Frankie B <git@diskfloppy.me> | 2024-07-12 16:50:33 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2024-07-12 16:50:33 +0100 |
commit | 79ba94714809af2dc26abd2007a042d456445c76 (patch) | |
tree | 435675da4936c80fd47d7159095a7f7422a1bdc0 /public | |
parent | 13f86f5e97de2f9a4142d8139ec8d4ad1d642a9b (diff) |
Minor fixes, re-add calculators page
Diffstat (limited to 'public')
-rw-r--r-- | public/css/master.css | 24 | ||||
-rw-r--r-- | public/images/icons/nav/calculators.png | bin | 0 -> 1057 bytes | |||
-rw-r--r-- | public/images/icons/nav/user-desktop.png (renamed from public/images/icons/home2/user-desktop.png) | bin | 780 -> 780 bytes | |||
-rw-r--r-- | public/sitemap.xml | 1 |
4 files changed, 23 insertions, 2 deletions
diff --git a/public/css/master.css b/public/css/master.css index 0d892d3..d344fba 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -34,7 +34,7 @@ h1.inline { h1, h2, h3 { - margin-top: 1em; + margin-top: 0; clear: left; } @@ -551,6 +551,10 @@ label[for="scheme-selector"] { margin: 0; } +.info-section { + margin-top: 20px; +} + .info-section ul { list-style-position: inside; list-style-type: none; @@ -567,7 +571,7 @@ label[for="scheme-selector"] { } .info-section p { - margin-top: 10px; + margin: 0; } .contact-section { @@ -654,3 +658,19 @@ form.import h2 { margin: 10px 0 5px 0; } +.calculator-spec-table td { + padding: 5px 10px 5px 5px; +} + +.calculator-spec-table tr td:first-child { + background-color: var(--background-secondary); +} + +a:hover img.navbar-icon { + opacity: 80%; +} + +.footer p { + margin: 0; + line-height: 1.2; +} diff --git a/public/images/icons/nav/calculators.png b/public/images/icons/nav/calculators.png Binary files differnew file mode 100644 index 0000000..a87a591 --- /dev/null +++ b/public/images/icons/nav/calculators.png diff --git a/public/images/icons/home2/user-desktop.png b/public/images/icons/nav/user-desktop.png Binary files differindex af9715f..af9715f 100644 --- a/public/images/icons/home2/user-desktop.png +++ b/public/images/icons/nav/user-desktop.png diff --git a/public/sitemap.xml b/public/sitemap.xml index a1cd3f5..783c056 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> +<!--suppress ALL --> <urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://www.diskfloppy.me</loc> |