Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Styling for shorelines and press-page-small post loop template
  • Loading branch information
bcd04001 committed Jul 21, 2016
1 parent 3e00b90 commit 83d7017
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/executive.css
Expand Up @@ -10843,6 +10843,16 @@ blockquote {
font-size: 1em;
margin: 0;
}
.presspage-small-image .post-authors {
margin-top: 8px;
margin-bottom: 0px;
}
.presspage-small-image .post-authors a {
color: #20a1da;
}
.presspage-small-image .post-authors p.text-muted {
margin-top: 0px;
}

.presspage-headline-only {
padding-bottom: 0;
Expand Down Expand Up @@ -11905,6 +11915,7 @@ h1.entry-title {
color: #555;
display: inline-block;
margin-top: -2px;
margin-right: 3px;
}
#page-single .shareline-facebook, #page-archive .shareline-facebook, #page-blog-set .shareline-facebook {
border-bottom: 1px solid #ededed;
Expand Down
14 changes: 14 additions & 0 deletions sass/executive.scss
Expand Up @@ -830,6 +830,19 @@ $darkpurple: rgba($darkpurple_hex, $transparency);
font-size:1em;
margin:0;
}

.post-authors {
margin-top:8px;
margin-bottom:0px;

a {
color:#20a1da;
}

p.text-muted {
margin-top:0px;
}
}
}
.presspage-headline-only {
.entry-title {
Expand Down Expand Up @@ -1613,6 +1626,7 @@ padding:8px 12px 4px
color:#555;
display: inline-block;
margin-top:-2px;
margin-right:3px;
}
}

Expand Down

0 comments on commit 83d7017

Please sign in to comment.