From 0ac4ace2e660c2487f540ad3ebceb4d1540555bf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Nov 2023 11:26:23 -0500 Subject: [PATCH] move table padding to css This largely renders the same. Not exactly, but close enough, and makes it simpler to keep the settings in a single place -- CSS. It also renders better on mobile. --- bottom.php | 4 ++-- history.php | 12 ++++++------ index.php | 2 +- news.php | 2 +- style.css | 10 ++++++++++ top.php | 4 ++-- who.php | 10 +++++----- 7 files changed, 27 insertions(+), 17 deletions(-) diff --git a/bottom.php b/bottom.php index ca5a788..c4f8b53 100644 --- a/bottom.php +++ b/bottom.php @@ -1,10 +1,10 @@
- +

- +
diff --git a/history.php b/history.php index a3cc8fe..91c0a7f 100644 --- a/history.php +++ b/history.php @@ -8,7 +8,7 @@

Improvements made in version 2.6:
-
^G  Get Nano
+
  • Trailing whitespace can be snipped from justified paragraphs.
  • @@ -29,7 +29,7 @@ Improvements made in version 2.6:

    Improvements made in version 2.4:
    -
    +
    • The ability to give different colors to title bar, status bar and help lines.
    • @@ -50,7 +50,7 @@ Improvements made in version 2.4:

      Improvements made in version 2.2:
      -
      +
      • Customizable key bindings.
      • @@ -75,7 +75,7 @@ Improvements made in version 2.2:

        Improvements made in version 2.0:
        -
        +
        • UTF-8 support.
        • @@ -102,7 +102,7 @@ Improvements made in version 2.0:

          Improvements made in version 1.2:
          -
          +
          • More Pico compatible by default.
          • @@ -133,7 +133,7 @@ Improvements made in version 1.2:

            Version 1.0 had the following features:
            -
            +
            • Autoconf support.
            • diff --git a/index.php b/index.php index 68069e6..cc81b5b 100644 --- a/index.php +++ b/index.php @@ -1,6 +1,6 @@ - +
              diff --git a/news.php b/news.php index fed4b4b..911f25b 100644 --- a/news.php +++ b/news.php @@ -1,6 +1,6 @@ - +


              diff --git a/style.css b/style.css index e9dcf1f..3f1cb37 100644 --- a/style.css +++ b/style.css @@ -58,3 +58,13 @@ a:active { width: 45%; padding: 5%; } + +table { + border-spacing: 0px; + border-collapse: separate; +} + +table#homepage { + padding-top: 3em; + padding-bottom: 3em; +} diff --git a/top.php b/top.php index 8f613e1..b88341b 100644 --- a/top.php +++ b/top.php @@ -14,10 +14,10 @@ - +
              - +
              diff --git a/who.php b/who.php index f51234e..5a07377 100644 --- a/who.php +++ b/who.php @@ -3,7 +3,7 @@

              Original Author
              - +
              @@ -12,7 +12,7 @@

              Current Maintainer
              -
              Chris Allegretta
              +
              @@ -21,7 +21,7 @@

              Former Maintainers
              -
              Benno Schulenberg
              +
              @@ -31,7 +31,7 @@

              Early Co-Developers
              -
              David Lawrence Ramsey
              Chris Allegretta
              +
              @@ -47,7 +47,7 @@

              Contributors of Code and Fixes
              -
              Jordi Mallach
              David Benbennick
              +
              -- 2.39.2
              Ken Tyler Sven Guckes