From 445cec7c7f3e41b5c44ef8fe17eab33b89f6eba8 Mon Sep 17 00:00:00 2001 From: Jeff Avallone Date: Sun, 21 Dec 2014 15:22:59 -0500 Subject: [PATCH] Replacing "container" class with "application" --- src/index.html | 2 +- src/js/main.js | 2 +- src/sass/main.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.html b/src/index.html index bf7b545..2c72ed2 100644 --- a/src/index.html +++ b/src/index.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/js/main.js b/src/js/main.js index 0424573..5f491a8 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -4,7 +4,7 @@ import Parser from './parser/javascript.js'; import _ from 'lodash'; (function() { - if (document.body.querySelector('#content .container')) { + if (document.body.querySelector('#content .application')) { var regexper = new Regexper(document.body); regexper.bindListeners(); diff --git a/src/sass/main.scss b/src/sass/main.scss index 9bfc63f..fe55f28 100644 --- a/src/sass/main.scss +++ b/src/sass/main.scss @@ -123,7 +123,7 @@ header { #content { padding: rhythm(1); - .container { + .application { position: relative; @include clearfix;