From f2c44b024314a1c324a4a58e8f1fbbee08da994f Mon Sep 17 00:00:00 2001 From: gbmor Date: Thu, 21 May 2020 01:40:06 -0400 Subject: [PATCH] consistent user list rendering in chrome and firefox --- tilde.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tilde.css b/tilde.css index 0ab3033..400631b 100644 --- a/tilde.css +++ b/tilde.css @@ -125,15 +125,15 @@ h4 { margin-top: 0.2rem; } .userlist { - text-align: center; margin: 0 auto; } .userlist ul { + list-style-position: inside; display: flex; flex-flow: row wrap; justify-content: space-evenly; list-style-type: "\00BB\0020"; - padding: 0; + padding-left: 3em; } .userlist li { @@ -141,6 +141,10 @@ h4 { flex: 10em; } +.userlist p { + text-align: center; +} + .signup { text-align: center; }