diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-02-28 17:27:01 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-28 17:35:52 +0100 |
commit | 1f58d6b4eb8d2e43f4abfca42196550912140a43 (patch) | |
tree | dc95c2556e782a723e7421b8d74bb02cb7df6e3d /help3xsl/default.css | |
parent | 9e31d6fffa7505c009c603f3fd605eea9460958d (diff) |
Add spacing between paragraphs, update normalize.css
Change-Id: I85df8d29fa78377d684adb4435087cc9f586dbe3
Reviewed-on: https://gerrit.libreoffice.org/50516
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; } |