diff --git a/web/hugothemes/static/css/font.css b/web/hugothemes/static/css/font.css index 2a0f67ebb2..491e0cd67e 100644 --- a/web/hugothemes/static/css/font.css +++ b/web/hugothemes/static/css/font.css @@ -18,7 +18,7 @@ ol, ul { margin-top: 1.3em; } li p { - margin-top: -1em; + margin: 0; } /* open-sans-regular - latin-ext_latin */ diff --git a/web/news/.gitignore b/web/news/.gitignore new file mode 100644 index 0000000000..8cfde877f4 --- /dev/null +++ b/web/news/.gitignore @@ -0,0 +1,2 @@ +# content for the news is derived from the RELEASE_NOTES.md +content \ No newline at end of file