diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-16 15:56:21 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-16 15:57:00 -0400 |
| commit | 746eed0a6a33b29b1c287e7d46ed4d5c87cf190b (patch) | |
| tree | 347ed9aaa84ebf27aea4c52969bc3d84f1e0084f /static/grapheneos.css | |
| parent | ff75dce561bb2de429537545688d6b4e00287214 (diff) | |
use a list for footer links
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 6 |
1 files changed, 6 insertions, 0 deletions
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 { |
