From 2ed2ba8bf5547932d907f99946b88088546ab71d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 10 May 2019 17:29:40 -0400 Subject: replace line breaks with lists for releases page --- static/grapheneos.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'static/grapheneos.css') diff --git a/static/grapheneos.css b/static/grapheneos.css index 1a762cc9..ae990992 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -119,6 +119,12 @@ footer a:visited { margin-top: 2em; } +#stable-channel ul, #beta-channel ul { + margin: 0; + padding: 0; + list-style-type: none; +} + /* latin */ @font-face { font-family: 'Roboto'; -- cgit v1.3.1