app/assets/stylesheets/layout/positioning.css.scss in curate-0.5.1 vs app/assets/stylesheets/layout/positioning.css.scss in curate-0.5.2

- old
+ new

@@ -36,10 +36,14 @@ .with-headroom { padding-top:3em; } +.with-top-padding { + padding-top:2em; +} + .with-side-padding { padding-left:2em; padding-right:2em; } @@ -56,14 +60,22 @@ width:40%; word-wrap:break-word; } } -.main-header { - border-bottom: 1px solid $grayLighter; +.main-header, +.page-actions { margin-bottom: 30px; margin-top: 20px; padding-bottom: 9px; +} + +.main-header { + border-bottom: 1px solid $grayLighter; +} + +.page-actions { + text-align:right; } .search > .row > .main-header { border-bottom: none; margin-bottom: 24px;