about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-21 01:40:06 -0400
committergbmor <ahriman@falte.red>2020-05-21 01:40:06 -0400
commitf2c44b024314a1c324a4a58e8f1fbbee08da994f (patch)
tree0b59a89165be4148b47662f724fa130eac9eaec7
parent58f27464ae755ab7fe865642f403c9f60c80b56e (diff)
downloadsite-f2c44b024314a1c324a4a58e8f1fbbee08da994f.tar.gz
consistent user list rendering in chrome and firefox
-rw-r--r--tilde.css8
1 files 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;
 }