From a4bcbe53347c1dabe19120e4e8fcc3fd150cd0d5 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Thu, 6 Feb 2014 11:12:29 -0500 Subject: [PATCH] chore(travis): tpyo fix missing end quote --- .travis.yml | 2 +- scss/_scaffolding.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e7484db609..920910aa13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ notifications: rooms: secure: mkHfRTsuxidtOOORbJJ0Jspb/DSa8jAiQwWWUljqLwefy1p4HGC9P/rLdXXg3vsjiulCzyjEkfvDWAHXvu34GhGWfQuD8U140Fon1Os3AO5Hbme+yRmjXmTcgH8XetSLQufyBBMqXHMd6o1tkxXql1p54G1IShhgAdPNe76d5ZE= template: - - '%{repository}: build#%{build_number} (%{duration%}) #{message} (%{branch} - %{commit} : %{author}) + - '%{repository}: build#%{build_number} (%{duration%}) #{message} (%{branch} - %{commit} : %{author})' format: html before_install: diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 4b022f3970..48e433b53b 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -289,4 +289,5 @@ infinite-scroll.active .scroll-infinite { width: 100%; height: 100%; background-color: #fff; + @include translate3d(0,0,0); }