Fix Documentation CSS
diff --git a/app/addons/documentation/assets/less/documentation.less b/app/addons/documentation/assets/less/documentation.less
index 6119a5d..24446e4 100644
--- a/app/addons/documentation/assets/less/documentation.less
+++ b/app/addons/documentation/assets/less/documentation.less
@@ -24,42 +24,42 @@
     }
 
     .couchdb-icon {
-      background: transparent url('../img/couchdb-docs-logo.png') no-repeat 50% 50%;
+      background: transparent url('../../../../../assets/img/couchdb-docs-logo.png') no-repeat 50% 50%;
       height: 60px;
       width: 60px;
       background-size: 60px auto;
     }
 
     .github-icon {
-      background: transparent url('../img/github.png') no-repeat 50% 50%;
+      background: transparent url('../../../../../assets/img/github.png') no-repeat 50% 50%;
       height: 40px;
       width: 40px;
       background-size: 40px auto;
     }
 
     .asf-feather-icon {
-      background: transparent url('../img/asf-feather-logo.png') no-repeat 50% 50%;
+      background: transparent url('../../../../../assets/img/asf-feather-logo.png') no-repeat 50% 50%;
       height: 70px;
       width: 100px;
       background-size: 70px;
     }
 
     .linkedin-icon {
-      background: transparent url('../img/linkedin.png') no-repeat 50% 50%;
+      background: transparent url('../../../../../assets/img/linkedin.png') no-repeat 50% 50%;
       height: 40px;
       width: 40px;
       background-size: 40px auto;
     }
 
     .google-plus-icon {
-      background: transparent url('../img/googleplus.png') no-repeat 50% 50%;
+      background: transparent url('../../../../../assets/img/googleplus.png') no-repeat 50% 50%;
       height: 40px;
       width: 40px;
       background-size: 40px auto;
     }
 
     .twitter-icon {
-      background: transparent url('../img/twitter.png') no-repeat 50% 50%;
+      background: transparent url('../../../../../assets/img/twitter.png') no-repeat 50% 50%;
       height: 50px;
       width: 50px;
       background-size: 60px;
diff --git a/app/addons/documentation/base.js b/app/addons/documentation/base.js
index 8b326ed..7d94ef8 100644
--- a/app/addons/documentation/base.js
+++ b/app/addons/documentation/base.js
@@ -13,7 +13,8 @@
 define([
   '../../app',
   '../../core/api',
-  './routes'
+  './routes',
+  './assets/less/documentation.less'
 ],
 
 function (app, FauxtonAPI, Documentation) {