diff --git a/README.md b/README.md
index 6279eac3..83d06065 100644
--- a/README.md
+++ b/README.md
@@ -37,3 +37,8 @@ Packages used
* aldeed:autoform
* Automatically generates bootstrap forms for collection2 Schemas.
* [github](https://github.com/aldeed/meteor-autoform)
+
+************
+
+To Speed up builds when you know you wont need online package checking use
+METEOR_OFFLINE_CATALOG=1
\ No newline at end of file
diff --git a/rpg-docs/.meteor/.gitignore b/rpg-docs/.meteor/.gitignore
index 40830374..b6fe44a8 100644
--- a/rpg-docs/.meteor/.gitignore
+++ b/rpg-docs/.meteor/.gitignore
@@ -1 +1,3 @@
local
+
+local
diff --git a/rpg-docs/.meteor/packages b/rpg-docs/.meteor/packages
index cbdf485e..a00dc148 100644
--- a/rpg-docs/.meteor/packages
+++ b/rpg-docs/.meteor/packages
@@ -16,4 +16,3 @@ cw4gn3r:jquery-event-drag
underscore
aldeed:collection2
aldeed:autoform
-ecwyne:polymer-elements
diff --git a/rpg-docs/client/views/character/characterSheet.css b/rpg-docs/client/views/character/characterSheet.css
index 6297469d..4161fe4b 100644
--- a/rpg-docs/client/views/character/characterSheet.css
+++ b/rpg-docs/client/views/character/characterSheet.css
@@ -17,7 +17,7 @@ paper-tabs[noink][nobar] paper-tab.core-selected {
}
::shadow #ink {
- color: #d50000 !important;
+ color: #b22 !important;
}
paper-tabs.transparent-brown {
@@ -32,4 +32,4 @@ paper-tabs.transparent-brown::shadow #selectionBar {
paper-tabs.transparent-brown paper-tab::shadow #ink {
color: #795548;
-}
\ No newline at end of file
+}
diff --git a/rpg-docs/client/views/character/characterSheet.html b/rpg-docs/client/views/character/characterSheet.html
index b6bc2981..13158d42 100644
--- a/rpg-docs/client/views/character/characterSheet.html
+++ b/rpg-docs/client/views/character/characterSheet.html
@@ -28,11 +28,11 @@
-
Stats
-
Features
-
Persona
-
Inventory
-
Spellbook
-
Journal
+
{{> stats}}
+
{{> features}}
+
{{> persona}}
+
{{> inventory}}
+
{{> spellBook}}
+
{{> journal}}
-
\ No newline at end of file
+
diff --git a/rpg-docs/client/views/index.html b/rpg-docs/client/views/index.html
index b0a467cb..7772d766 100644
--- a/rpg-docs/client/views/index.html
+++ b/rpg-docs/client/views/index.html
@@ -5,4 +5,6 @@
-
\ No newline at end of file
+
+
+