diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 4 |
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%; } |