<?php get_template_part('parts/slide-show');?>
</div>
<div id="content-wrapper">
- <div class="row">
+ <div class="row">
<?php
get_template_part('parts/glm-blocks');
?>
--- /dev/null
+/*
+GaslightMedia, all rights reserved.
+*/
+/*
+ Created on : May 22, 2015, 11:19:44 AM
+ Author : laury
+*/
+ /*
+ * To make the TINYMCE editor in wordpress reflect some of the default styles
+ * we have active on all our themes, thus leading to a more true WYSIWYG
+ * experience.
+ */
+#tinymce h1 {
+ clear: both;
+}
+
+#tinymce h2 {
+ clear: both;
+}
+
+#tinymce h3 {
+ clear: both;
+}
+
+#tinymce h4 {
+ clear: both;
+}
+
+#tinymce h5 {
+ clear: both;
+}
+
+#tinymce h6 {
+ clear: both;
+}
\ No newline at end of file