Skip to content
Snippets Groups Projects
Commit dd76ca55 authored by Mark M. Florida's avatar Mark M. Florida
Browse files

Removed styles for h1-h4 elements inside xmodal dialogs - these should be set...

Removed styles for h1-h4 elements inside xmodal dialogs - these should be set elsewhere for the specific content.
parent ac92a83b
No related branches found
No related tags found
No related merge requests found
......@@ -72,10 +72,11 @@ div.xmodal .body > .inner > iframe {
div.xmodal .body .inner { display: none ; padding: 20px ; font-size: 13px ; line-height: 17px ; }
div.xmodal.nopad .body .inner { padding: 0 ; }
div.xmodal.open .body .inner { display: block ; }
/* Only styles for the dialog elements should be in this file */
div.xmodal .body h1,
div.xmodal .body h2,
div.xmodal .body h3,
div.xmodal .body h4 { margin-bottom: 1em !important; }
div.xmodal .body h4 { /* margin-bottom: 1em !important; */ }
div.xmodal .body p { margin: 0 0 1em ; }
div.xmodal .footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment