Skip to content

Commit

Permalink
Calendar widget: next month link should be right-aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
Lance Willett committed Jun 24, 2012
1 parent 39aaf7e commit cb526ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/assets/stylesheets/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
caption {
text-align: left;
}
#next {
@include rem('padding-right', $vbase);
text-align: right;
}
}
.widget_search {
label {
Expand Down

0 comments on commit cb526ab

Please sign in to comment.