Skip to content

Commit

Permalink
Update fix for blackstudio tiny mce
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Oct 22, 2015
1 parent e9e0fed commit afef5e3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5982,11 +5982,11 @@ 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 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 @@ -6254,11 +6254,11 @@ 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 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 @@ -6527,11 +6527,11 @@ 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 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 @@ -6800,11 +6800,11 @@ 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 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 @@ -7768,11 +7768,11 @@ 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 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
2 changes: 1 addition & 1 deletion sass/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@

/* === 3rd Party Widgets
*/
&.widget_black-studio_tinymce {
&.widget_black-studio-tinymce {
.textwidget {
@if $parent == "#mega-footer" {
margin:$megafooter-widget-content-margin;
Expand Down

0 comments on commit afef5e3

Please sign in to comment.