From 099b7e54073e8b127038a5f82acb5ec74dae681c Mon Sep 17 00:00:00 2001
From: Neil Drumm <drumm@delocalizedham.com>
Date: Fri, 30 Jan 2015 02:05:04 +0000
Subject: [PATCH] Partial organization.

---
 sass/partials/common/_content.scss | 5 +++++
 sass/partials/common/_node.scss    | 4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)
 delete mode 100644 sass/partials/common/_node.scss

diff --git a/sass/partials/common/_content.scss b/sass/partials/common/_content.scss
index 201eb9b1..2602be38 100644
--- a/sass/partials/common/_content.scss
+++ b/sass/partials/common/_content.scss
@@ -63,3 +63,8 @@ div.codeblock {
   background-color: $pale-yellow;
   margin-bottom: .5em;
 }
+
+// Dots between links at the bottom of book, forum nodes
+.node-footer .links li + li:before {
+  content: " â‹… ";
+}
diff --git a/sass/partials/common/_node.scss b/sass/partials/common/_node.scss
deleted file mode 100644
index 6cf97e20..00000000
--- a/sass/partials/common/_node.scss
+++ /dev/null
@@ -1,4 +0,0 @@
-/* Dots between links at the bottom of book, forum nodes */
-.node-footer .links li + li:before {
-  content: " â‹… ";
-}
-- 
GitLab