diff --git a/index.php b/index.php index 8859566..ac2770a 100644 --- a/index.php +++ b/index.php @@ -41,41 +41,7 @@
  • most of the info from previous wiki iterations are now consolidated on our new wiki
  • we have a new donation page set up on liberapay
  • -
    -

    tilde.club gold star supporters

    - -

    Tilde.Club is supported by a global community of good people. We - don't rank people by the amount they give, only by the fact that they - gave. Here's who has donated! When you're on the server, THANK - THEM.

    - -
    @@ -90,28 +56,65 @@ RECENTLY CHANGED PAGES you can see that too

    -

    here are the home pages of our users

    -

    this list does not include people who haven't changed their page yet

    -

    if you're not seeing yourself listed here, change your page from the default.

    -

    list all users

    +
    +

    tilde.club gold star supporters

    +

    Tilde.Club is supported by a global community of + good people. We don't rank people by the amount + they give, only by the fact that they gave. + Here's who has donated! When you're on the + server, THANK THEM.

    + + -
      - -
    1. ~
    2. - -
    + + +
    + +

    here are the home pages of our users

    +

    this list does not include people who haven't changed their page yet

    +

    if you're not seeing yourself listed here, change your page from the default.

    +

    list all users

    + + +
    + +

    big kudos and thanks to the people who built the original tilde.club!

    diff --git a/style.css b/style.css index 32ef506..e0c7914 100644 --- a/style.css +++ b/style.css @@ -12,9 +12,24 @@ border: 6px double #fb5; padding: 1em; } -ol { - margin-left: 1em; + +.user-list { + display: flex; + flex-flow: row wrap; + justify-content: space-evenly; } +.user-list li { + margin-left: 5%; + width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.user-list::after { + content: ""; + flex: auto; +} + body { margin: auto; padding: 1em;