diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 17:29:40 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 17:29:40 -0400 |
| commit | 2ed2ba8bf5547932d907f99946b88088546ab71d (patch) | |
| tree | 9473725df4c53b325a75241a62b974dd06b0853e /static/grapheneos.css | |
| parent | 2ba653ca55bcafc1327cda3df8a940d80eb99e1f (diff) | |
replace line breaks with lists for releases page
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 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'; |
