From 1f58d6b4eb8d2e43f4abfca42196550912140a43 Mon Sep 17 00:00:00 2001 From: Ilmari Lauhakangas Date: Wed, 28 Feb 2018 17:27:01 +0200 Subject: Add spacing between paragraphs, update normalize.css Change-Id: I85df8d29fa78377d684adb4435087cc9f586dbe3 Reviewed-on: https://gerrit.libreoffice.org/50516 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- help3xsl/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index e797cd68c7..bf5bac86f6 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -41,7 +41,7 @@ h6, .listitemintable, .tablecontent, .input { - font-family: "Segoe UI", Ubuntu, Cantarell, "Noto Sans", "DejaVu Sans", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Tahoma, sans-serif; + font-family: "Segoe UI", Ubuntu, Cantarell, "Noto Sans", "DejaVu Sans", "Lucida Sans Unicode", "Liberation Sans", Arimo, "Helvetica Neue", HelveticaNeue, Helvetica, Tahoma, sans-serif, FreeSerif, NanumGothic, "Noto Sans Tibetan", Taprom; } .input { transition-property: background-color; @@ -249,6 +249,9 @@ h6 { grid-area: main; margin-bottom: 50px; } +#DisplayArea p { + margin-bottom: 10px; +} .mediabutton { background-color: cyan; } -- cgit