Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Business Style Update
  • Loading branch information
bcd04001 committed Apr 5, 2016
1 parent dedcb62 commit 0d160c3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
11 changes: 10 additions & 1 deletion css/executive.css
Expand Up @@ -10410,6 +10410,12 @@ h2 {
#page-business-home .widget_widget_sp_image .widget_sp_image-description a:hover {
text-decoration: underline;
}
#page-business-home .widget_rss img {
width: auto !important;
}
#page-business-home .widget_rss h3 .rsswidget.external .glyphicon {
display: none;
}

.ie8 #page-business-home .widget_sp_image-description {
background-color: black;
Expand Down Expand Up @@ -11286,7 +11292,7 @@ h2 {
margin-bottom: 20px !important;
}
#footers #mega-footer .widget h3.widget-title {
font-size: 24px !important;
font-size: 20px !important;
color: white !important;
margin-bottom: 20px !important;
}
Expand Down Expand Up @@ -11918,6 +11924,9 @@ h1.entry-title {
#page-blank .widget:nth-child(1).widget_metaslider_widget {
margin-top: -1.5em;
}
#page-blank .entry-content {
margin-top: 0px;
}

body.home h3.widget-title {
font-size: 24px !important;
Expand Down
18 changes: 17 additions & 1 deletion sass/executive.scss
Expand Up @@ -324,6 +324,18 @@ $lightgrey: rgba($lightgrey_hex, $transparency);
}
}
}
.widget_rss {
img {
width:auto !important;
}
h3 {
.rsswidget.external {
.glyphicon {
display:none;
}
}
}
}

}
.ie8 #page-business-home .widget_sp_image-description {
Expand Down Expand Up @@ -902,7 +914,7 @@ $widget-head-padding:20px 20px 0;
}
}
h3.widget-title {
font-size:24px !important;
font-size:20px !important;
color:white !important;
margin-bottom:20px !important;
}
Expand Down Expand Up @@ -1656,6 +1668,10 @@ padding:8px 12px 4px
margin-top:-1.5em;
}
}

.entry-content {
margin-top:0px;
}
}

body.home {
Expand Down

0 comments on commit 0d160c3

Please sign in to comment.