diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-01-05 12:44:56 -0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2022-01-05 18:16:30 +0100 |
commit | 53e0c535c9892e7d586d5ae5b3eada2bd07f9550 (patch) | |
tree | 3ef3c1ef0970656f624c58fc1b18a8568a1b8b4f /help3xsl | |
parent | 8d2e185e13b0afe7c007144fc05ae68357d7c470 (diff) |
Remove unused css rule
Change-Id: Id49a843abd96ba1719c706b36d20d27766698898
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128018
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 69619ee1ae..ccc61e3317 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -309,9 +309,7 @@ h6 { padding: 10px 10px 40px 10px; grid-area: main; } -#DisplayArea > p { - margin-bottom: 10px; -} + .mediabutton { background-color: cyan; } |