From 746eed0a6a33b29b1c287e7d46ed4d5c87cf190b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 16 May 2019 15:56:21 -0400 Subject: use a list for footer links --- 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 502bac5f..ee63bedb 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -117,6 +117,12 @@ footer a:visited { #social { margin-top: 2em; + padding: 0; + list-style-type: none; +} + +#social li { + display: inline; } #stable-channel ul, #beta-channel ul { -- cgit v1.3.1