-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from INN/10-11-rebranding
10 11 rebranding
- Loading branch information
Showing
14 changed files
with
288 additions
and
250 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
/* Homepage list/river view */ | ||
.view-list #view-format li { | ||
border-right: 1px solid @grey; | ||
} | ||
.stories { | ||
.entry-content .byline { | ||
margin-bottom: 12px; | ||
font-weight: normal; | ||
font-size: 13.04px; | ||
} | ||
article { | ||
border-bottom: 1px solid @grey; | ||
margin-bottom: 26px; | ||
|
||
img.attachment-post-thumbnail { | ||
margin: 5px 15px 10px 0; | ||
} | ||
|
||
p > a { | ||
font-family: @sans; | ||
font-size: 14px; | ||
font-weight: bold; | ||
display: inline-block; | ||
} | ||
} | ||
} | ||
|
||
#home-secondary { | ||
.span4:nth-of-type(3) { | ||
.largo-recent-posts h5 { | ||
font-weight: normal; | ||
font-family: @sans; | ||
} | ||
} | ||
/* Widgets in secondary area, under homepage hero unit */ | ||
.span12, | ||
.widget { | ||
font-family: @sans; | ||
padding: 0; | ||
} | ||
.widget .widgettitle, | ||
#home-secondary .widget .widgettitle a, | ||
.widget.largo-series-posts h5.top-tag, | ||
.widget.largo-series-posts h5.top-tag a { | ||
color: @grey; | ||
font-weight: normal; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.