summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2018-02-28 17:27:01 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-02-28 17:35:52 +0100
commit1f58d6b4eb8d2e43f4abfca42196550912140a43 (patch)
treedc95c2556e782a723e7421b8d74bb02cb7df6e3d /help3xsl/default.css
parenttdf#36970 Revisit digital signature help content (diff)
downloadhelp-1f58d6b4eb8d2e43f4abfca42196550912140a43.tar.gz
help-1f58d6b4eb8d2e43f4abfca42196550912140a43.zip
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.css5
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;
}