Skip to content

Commit

Permalink
Merge pull request #404 from alphagov/bump-template
Browse files Browse the repository at this point in the history
Bump govuk_template to latest version
  • Loading branch information
bradwright committed May 21, 2014
2 parents 0f8a271 + e594b1c commit 42bfefc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ gem 'govuk_frontend_toolkit', '0.43.2'
if ENV['GOVUK_TEMPLATE_DEV']
gem 'govuk_template', :path => "../govuk_template"
else
gem 'govuk_template', '0.6.4'
gem 'govuk_template', '0.8.0'
end
gem 'gds-api-adapters', '7.18.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GEM
govuk_frontend_toolkit (0.43.2)
rails (>= 3.1.0)
sass (>= 3.2.0)
govuk_template (0.6.4)
govuk_template (0.8.0)
rails (>= 3.1)
hike (1.2.3)
i18n (0.6.9)
Expand Down Expand Up @@ -180,7 +180,7 @@ DEPENDENCIES
exception_notification
gds-api-adapters (= 7.18.0)
govuk_frontend_toolkit (= 0.43.2)
govuk_template (= 0.6.4)
govuk_template (= 0.8.0)
jasmine (= 1.1.2)
logstasher (= 0.4.8)
mocha (= 0.13.3)
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@extend %contain-floats;

@include media(tablet){
padding: 0 0 30px;
padding: 0 $gutter-half $gutter;
}

.footer-explore,
Expand Down
1 change: 0 additions & 1 deletion app/assets/stylesheets/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@
}

ol {
border-top: 10px solid $mainstream-brand;
max-width: 960px;
margin: 0 30px;
padding: 0.75em 0;
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "_conditionals";
@import "_css3";
@import "_device-pixels";
@import "_measurements";
@import "_typography";

/* local styleguide includes */
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/header-footer-only.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "_conditionals";
@import "_css3";
@import "_device-pixels";
@import "_measurements";
@import "_typography";
@import "design-patterns/_buttons";

Expand Down

0 comments on commit 42bfefc

Please sign in to comment.