diff options
Diffstat (limited to 'design/sass/_480.sass')
-rw-r--r-- | design/sass/_480.sass | 32 |
1 files changed, 23 insertions, 9 deletions
diff --git a/design/sass/_480.sass b/design/sass/_480.sass index 5bef89e..3d426ca 100644 --- a/design/sass/_480.sass +++ b/design/sass/_480.sass @@ -204,39 +204,53 @@ article[role="main"] //**************** Notes Structure ************************ +.notes main + margin-top: 3em .notes .h-entry border: none padding: 0 margin-top: 3em &:after + display: block + content: "" margin-top: 3em height: 1px - visibility: visible - background: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,0)) - &:last-child:after - background: none + width: 100% + background: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0)) + background: -moz-linear-gradient(left, rgba(0,0,0,0),rgba(0,0,0,0.1),rgba(0,0,0,0)) + //&:last-child:after + // background: none .notes .e-content a color: $orange -.notes .u-url +.notes time font-family: sans-serif -.notes .twitter +.notes .note--twitter font-size: .75em - a:after + action a:after, a:first-child:after content: "\2219" margin-left: .25em padding-right: .35em padding-left: .35em - a:last-child:after + action:last-child a:after content: "" + padding-right: 0 + padding-left: 0 + margin-left: 0 + +.notes--location + text-align: left +.month--divider + margin-top: 2em .month--header font-size: .75em margin: 0 letter-spacing: 1px text-transform: uppercase border-bottom: 1px dotted rgba(0,0,0,0.2) - +.permalink .h-entry:after + background: none //******************* Footer ********************** |