diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-08-22 18:08:04 -0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-08-23 05:35:20 +0200 |
commit | df4a017dbfecdb9ad1f8395ad8ad9c422a2e13e0 (patch) | |
tree | 98bb423343ead833f4babfb87aa43289de77ffc4 /help3xsl/default.css | |
parent | 7340c242e73162cd03de07ec24edac31eaeae631 (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>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 3 |
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; |