diff --git a/app/assets/javascripts/app/views/getting_started.jst.eco b/app/assets/javascripts/app/views/getting_started.jst.eco
index de5e87765..2cf98639e 100644
--- a/app/assets/javascripts/app/views/getting_started.jst.eco
+++ b/app/assets/javascripts/app/views/getting_started.jst.eco
@@ -1,6 +1,6 @@
<%- @T( 'Getting started!' ) %>
-
+
- <%- @T( 'Create Admin' ) %>
- <%- @T( 'Invite Agents' ) %>
- <%- @T( 'Configure Channels' ) %>
diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css
index 8a72e043d..99385fe1f 100644
--- a/app/assets/stylesheets/zzz.css
+++ b/app/assets/stylesheets/zzz.css
@@ -598,10 +598,6 @@ ol.tabs li {
padding-right: 5px;
}
- .progress-tabs .tab {
- cursor: default;
- }
-
.tab {
padding: 10px;
text-align: center;
@@ -614,7 +610,6 @@ ol.tabs li {
color: white;
background: #444a4f;
}
-
.tab:first-child {
border-radius: 3px 0 0 3px;
}
@@ -624,7 +619,6 @@ ol.tabs li {
border-right: none;
}
-
.contain-text {
white-space: nowrap;
overflow: hidden;