Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fixing Visual Editor spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Nov 9, 2015
1 parent dd2374a commit 95ca803
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion sass/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@

/* === 3rd Party Widgets
*/
&.widget_black-studio-tinymce {
&.widget_black_studio_tinymce {
.textwidget {
@if $parent == "#mega-footer" {
margin:$megafooter-widget-content-margin;
Expand Down
40 changes: 20 additions & 20 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5982,13 +5982,13 @@ button.close {
margin: 1em; }
.home #content .widget.widget_tag_cloud .tagcloud {
margin: 1em; }
.home #content .widget.widget_black-studio-tinymce .textwidget {
.home #content .widget.widget_black_studio_tinymce .textwidget {
margin: 1em; }
.home #content .widget.widget_black-studio-tinymce ul, .home #content .widget.widget_black-studio-tinymce ol {
.home #content .widget.widget_black_studio_tinymce ul, .home #content .widget.widget_black_studio_tinymce ol {
padding-left: 4em; }
.home #content .widget.widget_black-studio-tinymce ul li {
.home #content .widget.widget_black_studio_tinymce ul li {
list-style-type: disc; }
.home #content .widget.widget_black-studio-tinymce ol li {
.home #content .widget.widget_black_studio_tinymce ol li {
list-style-type: decimal; }
.home #content .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -6256,13 +6256,13 @@ button.close {
margin: 0; }
.home #content .panel-grid .widget.widget_tag_cloud .tagcloud {
margin: 0; }
.home #content .panel-grid .widget.widget_black-studio-tinymce .textwidget {
.home #content .panel-grid .widget.widget_black_studio_tinymce .textwidget {
margin: 0; }
.home #content .panel-grid .widget.widget_black-studio-tinymce ul, .home #content .panel-grid .widget.widget_black-studio-tinymce ol {
.home #content .panel-grid .widget.widget_black_studio_tinymce ul, .home #content .panel-grid .widget.widget_black_studio_tinymce ol {
padding-left: 4em; }
.home #content .panel-grid .widget.widget_black-studio-tinymce ul li {
.home #content .panel-grid .widget.widget_black_studio_tinymce ul li {
list-style-type: disc; }
.home #content .panel-grid .widget.widget_black-studio-tinymce ol li {
.home #content .panel-grid .widget.widget_black_studio_tinymce ol li {
list-style-type: decimal; }
.home #content .panel-grid .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -6534,13 +6534,13 @@ button.close {
margin: 1em; }
#page-sidebar .widget.widget_tag_cloud .tagcloud {
margin: 1em; }
#page-sidebar .widget.widget_black-studio-tinymce .textwidget {
#page-sidebar .widget.widget_black_studio_tinymce .textwidget {
margin: 1em; }
#page-sidebar .widget.widget_black-studio-tinymce ul, #page-sidebar .widget.widget_black-studio-tinymce ol {
#page-sidebar .widget.widget_black_studio_tinymce ul, #page-sidebar .widget.widget_black_studio_tinymce ol {
padding-left: 4em; }
#page-sidebar .widget.widget_black-studio-tinymce ul li {
#page-sidebar .widget.widget_black_studio_tinymce ul li {
list-style-type: disc; }
#page-sidebar .widget.widget_black-studio-tinymce ol li {
#page-sidebar .widget.widget_black_studio_tinymce ol li {
list-style-type: decimal; }
#page-sidebar .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -6809,13 +6809,13 @@ button.close {
margin: 0; }
.subpage .widget.widget_tag_cloud .tagcloud {
margin: 0; }
.subpage .widget.widget_black-studio-tinymce .textwidget {
.subpage .widget.widget_black_studio_tinymce .textwidget {
margin: 0; }
.subpage .widget.widget_black-studio-tinymce ul, .subpage .widget.widget_black-studio-tinymce ol {
.subpage .widget.widget_black_studio_tinymce ul, .subpage .widget.widget_black_studio_tinymce ol {
padding-left: 4em; }
.subpage .widget.widget_black-studio-tinymce ul li {
.subpage .widget.widget_black_studio_tinymce ul li {
list-style-type: disc; }
.subpage .widget.widget_black-studio-tinymce ol li {
.subpage .widget.widget_black_studio_tinymce ol li {
list-style-type: decimal; }
.subpage .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down Expand Up @@ -7785,13 +7785,13 @@ body.sticky .ie8 #footers {
margin: 1em; }
#mega-footer .widget.widget_tag_cloud .tagcloud {
margin: 1em; }
#mega-footer .widget.widget_black-studio-tinymce .textwidget {
#mega-footer .widget.widget_black_studio_tinymce .textwidget {
margin: 1em; }
#mega-footer .widget.widget_black-studio-tinymce ul, #mega-footer .widget.widget_black-studio-tinymce ol {
#mega-footer .widget.widget_black_studio_tinymce ul, #mega-footer .widget.widget_black_studio_tinymce ol {
padding-left: 4em; }
#mega-footer .widget.widget_black-studio-tinymce ul li {
#mega-footer .widget.widget_black_studio_tinymce ul li {
list-style-type: disc; }
#mega-footer .widget.widget_black-studio-tinymce ol li {
#mega-footer .widget.widget_black_studio_tinymce ol li {
list-style-type: decimal; }
#mega-footer .widget.simple-social-icons ul {
margin: 0.5em !important; }
Expand Down

0 comments on commit 95ca803

Please sign in to comment.