From ccb84572d6300c0ed69a59653b98ced89582452a Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 30 Jul 2019 16:35:53 -0500 Subject: add a domain policy viewer at `/policies` --- .../flavours/glitch/styles/monsterpit.about.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/javascript/flavours/glitch/styles') diff --git a/app/javascript/flavours/glitch/styles/monsterpit.about.scss b/app/javascript/flavours/glitch/styles/monsterpit.about.scss index ddbaab9b3..e6c108d03 100644 --- a/app/javascript/flavours/glitch/styles/monsterpit.about.scss +++ b/app/javascript/flavours/glitch/styles/monsterpit.about.scss @@ -1 +1,16 @@ .landing .box-widget { text-align: center; } +.rich-formatting td { + ul { + list-style: none; + margin: 0; + + li { + margin: 0; + padding: 0; + line-height: 18px; + } + + li:after { content: "," } + li:last-child:after { content: "" } + } +} -- cgit