Skip to content

Commit

Permalink
[CHG] Adjust banner font size and line break for tscpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Reis committed Feb 24, 2017
1 parent 27d2b2e commit 6b7dab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/subdomains/_tscpl.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.tscpl {
@include color_scheme($tscpl-blue, $white, $tscpl-orange, left, $tscpl-gray, $tscpl-orange);
@include banner($tscpl-blue, $white, 2.7em);
@include banner($tscpl-blue, $white);
@include buttons($tscpl-orange, $white);
@include course_widget($tscpl-orange, $tscpl-orange);
@include lesson_block($tscpl-blue, $grey, $tscpl-orange, $tscpl-orange);
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

set :bundle_without, %w{integration production test}.join(" ")

set :branch, "release-2.1.5"
set :branch, "release-2.1.5.1"

server "dl-stageapp-01.do.lark-it.com",
user: fetch(:application),
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ en:
custom_banner_greeting: "Explore, discover, and engage with your computer!<br>"
logo_banner_html: ""
tscpl:
custom_banner_greeting: "Learn new skills for a better life!"
custom_banner_greeting: "Learn new skills for a better life!<br>"
logo_banner_html: ""
login: "Log In"
signup: "Sign Up"
Expand Down

0 comments on commit 6b7dab4

Please sign in to comment.