summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-09-30 19:07:54 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-09-30 19:07:54 +0000
commitebe9ca30d24c915234793c2cd5ae8295768ea6d8 (patch)
tree5573e05f9597d5fc55d664cc1145b85bcf191207 /public
parent47f97cf94b836eeca49dbb704d314960fc62f711 (diff)
downloadredmine-ebe9ca30d24c915234793c2cd5ae8295768ea6d8.tar.gz
redmine-ebe9ca30d24c915234793c2cd5ae8295768ea6d8.zip
Padding needs to be removed too
git-svn-id: http://svn.redmine.org/redmine/trunk@17551 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/application.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css
index b4ac6ae2a..1ff1dbd8a 100644
--- a/public/stylesheets/application.css
+++ b/public/stylesheets/application.css
@@ -732,8 +732,8 @@ input#months { width: 30px; }
.jstBlock .jstTabs { padding-right: 6px; }
.jstBlock .wiki-preview { padding: 2px; }
-.jstBlock .wiki-preview p:first-child { margin-top: 0 !important;}
-.jstBlock .wiki-preview p:last-child { margin-bottom: 0 !important;}
+.jstBlock .wiki-preview p:first-child { padding-top: 0 !important; margin-top: 0 !important;}
+.jstBlock .wiki-preview p:last-child { padding-bottom: 0 !important; margin-bottom: 0 !important;}
.tabular .wiki-preview, .tabular .jstTabs {width: 95%;}
.tabular.settings .wiki-preview, .tabular.settings .jstTabs { width: 99%; }