Skip to content

Commit

Permalink
Fixing Widget Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Apr 15, 2015
1 parent 0732bac commit 5f86570
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 26 deletions.
9 changes: 5 additions & 4 deletions sass/widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,14 @@
border:1px solid transparent;

@if $parent == "#mega-footer" {
padding: $widget-head-padding;
border-width: $widget-head-border-width;
border-color: $widget-head-border-color;
} @else {
padding: $megafooter-widget-head-padding;
border-width: $megafooter-widget-head-border-width;
border-color: $megafooter-widget-head-border-color;

} @else {
padding: $widget-head-padding;
border-width: $widget-head-border-width;
border-color: $widget-head-border-color;
}

h2 {
Expand Down
22 changes: 0 additions & 22 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6988,19 +6988,12 @@ button.close {
padding: 0.5em 0.5em 0.5em 1em;
border-width: 0 0 1px 0;
border-color: #cccccc;
background-color: white;
}
#content .widget .widget-head h2 {
margin: 0;
font-size: 1em;
color: black;
}
#content .widget a else {
color: #428bca;
}
#content .widget a:hover else {
color: #2a6496;
}
#content .widget form {
margin: 1em;
}
Expand Down Expand Up @@ -7176,7 +7169,6 @@ button.close {
word-break: break-all;
}
#content .widget.uc-ecw {
font: inherit;
/*- - - - - */
/**/
/**/
Expand Down Expand Up @@ -8134,25 +8126,12 @@ body.sticky .ie8 #footers {
padding: 0.5em 0.5em 0.5em 1em;
border-width: 0 0 1px 0;
border-color: #cccccc;
background-color: white;
}
#mega-footer .widget .widget-head h2 {
margin: 0;
font-size: 1em;
color: black;
}
#mega-footer .widget a {
color: #428bca;
}
#mega-footer .widget a else {
color: #428bca;
}
#mega-footer .widget a:hover {
color: #2a6496;
}
#mega-footer .widget a:hover else {
color: #2a6496;
}
#mega-footer .widget form {
margin: 1em;
}
Expand Down Expand Up @@ -8328,7 +8307,6 @@ body.sticky .ie8 #footers {
word-break: break-all;
}
#mega-footer .widget.uc-ecw {
font: inherit;
/*- - - - - */
/**/
/**/
Expand Down

0 comments on commit 5f86570

Please sign in to comment.