summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-08-22 18:08:04 -0300
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-08-23 11:09:51 +0200
commit9e4081ac632a0fb39c92253899e6f22cb5336142 (patch)
tree26c4d0f58ab9ca383932f8360ada9abba991b61d
parent0a77fc09a8060c18d52eaaf6d8233117fbdb3414 (diff)
Add some space between warning/note/tip boxes
Change-Id: I37b9bf85cbe2b3e101c5ba4c71391692b2a65425 Reviewed-on: https://gerrit.libreoffice.org/59473 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> (cherry picked from commit df4a017dbfecdb9ad1f8395ad8ad9c422a2e13e0) Reviewed-on: https://gerrit.libreoffice.org/59492 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--help3xsl/default.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 88c24facf2..0f1967ceb7 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -137,6 +137,7 @@ pre,
border-radius: 0 4px 4px 0;
box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2);
padding: 0.2em;
+ margin-top: 15px;
}
.note {
border-left: 4px solid #FFDE09;
@@ -755,7 +756,7 @@ li.disabled a {
background-color: #F4F7F7;
border-right: 1px solid rgba(0,0,0,0.04);
float: left;
- width: 320px;
+ width: 320px;
}
.leftside {
grid-area: leftside;