From 6aeb6635a7bfadfec3c894f783367b1d11dc8e49 Mon Sep 17 00:00:00 2001 From: Thaum Date: Thu, 16 Apr 2015 09:01:25 +0000 Subject: [PATCH] whitespace cleanup --- rpg-docs/client/globalHelpers/valueString.js | 2 +- rpg-docs/client/views/GeneralCSS/typography.css | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rpg-docs/client/globalHelpers/valueString.js b/rpg-docs/client/globalHelpers/valueString.js index 4b845ac6..c99ceb0b 100644 --- a/rpg-docs/client/globalHelpers/valueString.js +++ b/rpg-docs/client/globalHelpers/valueString.js @@ -20,5 +20,5 @@ Template.registerHelper("valueString", function(value){ } result += resultArray[i]; } - return result; + return result; }); \ No newline at end of file diff --git a/rpg-docs/client/views/GeneralCSS/typography.css b/rpg-docs/client/views/GeneralCSS/typography.css index b3bf6daf..abf084d3 100644 --- a/rpg-docs/client/views/GeneralCSS/typography.css +++ b/rpg-docs/client/views/GeneralCSS/typography.css @@ -109,6 +109,5 @@ html /deep/ .white-text{ .white54 { color: #eee; - color: rgba(255,255,255,0.54) - + color: rgba(255,255,255,0.54); }