diff --git a/README.md b/README.md
index 4caf045..b5c639c 100644
--- a/README.md
+++ b/README.md
@@ -141,9 +141,7 @@ resize to fill the height of the browser so it looks clean.
|
getBillboard | function | function ()
Returns the billboard HTML, CSS, and Javascript for this Workspace. The billboard
is used by the home page, the workspace picker, and the fork pulldown to show a
consistent name/image/description tag for the workspace throughout the ChiliPeppr ecosystem. |
addBillboardToWorkspaceMenu | function | function ()
Inject the billboard into the Workspace upper right corner pulldown which
-follows the standard template for workspace pulldown menus. |
setupResize | function | function ()
Listen to window resize event. |
onResize | function | function ()
When browser window resizes, forcibly resize the Console window |
loadTemplateWidget | function | function (callback)
Load the Template widget via chilipeppr.load() so folks have a sample
-widget they can fork as a starting point for their own. |
loadSpjsWidget | function | function (callback)
Load the Serial Port JSON Server widget via chilipeppr.load() |
loadCustSpjsWidget | function | function (callback)
Load the Serial Port JSON Server widget via chilipeppr.load() |
loadSenscapeBootloaderWidget | function | function (callback)
Load Senscape Bootloader Widget via chilipeppr.load() |
loadWorkspaceMenu | function | function (callback)
Load the workspace menu and show the pubsubviewer and fork links using
-our pubsubviewer widget that makes those links for us. |
+follows the standard template for workspace pulldown menus.setupResize | function | function ()
Listen to window resize event. |
onResize | function | function ()
When browser window resizes, forcibly resize the Console window |
loadCustSpjsWidget | function | function (callback)
Load the custom Serial Port JSON Server widget via chilipeppr.load() |
loadSenscapeBootloaderWidget | function | function (callback)
Load Senscape Bootloader Widget via chilipeppr.load() |
diff --git a/auto-generated-workspace.html b/auto-generated-workspace.html
index c225b74..e8d297b 100644
--- a/auto-generated-workspace.html
+++ b/auto-generated-workspace.html
@@ -104,6 +104,49 @@
display: block;
border-bottom: 1px solid #ddd;
}
+
+.navbar {
+ background-color:#444d5d;
+ padding-top: 0;
+ padding-bottom: 0;
+}
+
+.logo-img{
+ float: left;
+ margin: 0px 0px 0px 0px; /* fixed the spacing. */
+}
+
+.navbar-nav > li .active > a {
+ margin-right: 2px;
+}
+
+.navbar-default .navbar-nav > li > a {
+ color: #b2bbbd;
+ margin-right: 2px;
+}
+
+.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
+ margin-top:10px;
+ line-height: 0px;
+ border-radius:3px;
+ margin-right: 2px;
+}
+
+.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
+ color: #FFF;
+}
+
+.navbar-default .navbar-nav > li > a:hover {
+ margin-top:10px;
+ line-height: 0px;
+ border-radius:3px;
+}
+
+.navbar-default .navbar-nav > li > a:focus {
+ margin-top:10px;
+ line-height: 0px;
+ border-radius:3px;
+}
@@ -422,8 +380,6 @@
Linux
Mac
Windows
-
- Separated link
@@ -431,85 +387,81 @@
+
+