diff --git a/core/themes/bartik/css/style.css b/core/themes/bartik/css/style.css index a3a8fe12c1eb2da6bcac8b334c589b993cdc8648..e312fc7a665c0026bb573241acf3ec3b3ad3a0e5 100644 --- a/core/themes/bartik/css/style.css +++ b/core/themes/bartik/css/style.css @@ -110,7 +110,9 @@ pre { body, #site-slogan, .ui-widget, -.comment-form label { +.comment-form label, +.node-form label, +.node-form .description { font-family: Georgia, "Times New Roman", Times, serif; } #header, @@ -1196,6 +1198,15 @@ input.form-submit:focus { padding-top: 10px; } +/* Node Form */ +#edit-body { + margin-bottom: 2em; +} + +.node-form .form-wrapper { + margin-bottom: 2em; +} + /* Contact Form */ .contact-form #edit-name { width: 75%;