diff options
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_480.sass | 32 | ||||
-rw-r--r-- | design/sass/_768.sass | 17 |
2 files changed, 35 insertions, 14 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 ********************** diff --git a/design/sass/_768.sass b/design/sass/_768.sass index f9ff3f1..9c4f8b8 100644 --- a/design/sass/_768.sass +++ b/design/sass/_768.sass @@ -211,20 +211,27 @@ width: 100% main max-width: 600px - margin: 0 auto + margin-left: auto + margin-right: auto + margin-bottom: 5em article footer margin-top: 1em article p float: none - .twitter + .note--location + float: left + .note--date + float: right + .note--twitter + clear: both float: right padding-top: 1em + time + display: inline + float: right .permalink main margin-top: 5em - #license - text-align: center - float: none //map #map-canvas |