diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index f6bd60437d..7c38e2e7ce 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index c0623f7668..c593d56690 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -1818,6 +1818,66 @@ table .span24 {
.icon-resize-horizontal {
background-position: -456px -118px;
}
+.icon-hdd {
+ background-position: 0 -144px;
+}
+.icon-bullhorn {
+ background-position: -24px -144px;
+}
+.icon-bell {
+ background-position: -48px -144px;
+}
+.icon-certificate {
+ background-position: -72px -144px;
+}
+.icon-thumbs-up {
+ background-position: -96px -144px;
+}
+.icon-thumbs-down {
+ background-position: -120px -144px;
+}
+.icon-hand-right {
+ background-position: -144px -144px;
+}
+.icon-hand-left {
+ background-position: -168px -144px;
+}
+.icon-hand-up {
+ background-position: -192px -144px;
+}
+.icon-hand-down {
+ background-position: -216px -144px;
+}
+.icon-circle-arrow-right {
+ background-position: -240px -144px;
+}
+.icon-circle-arrow-left {
+ background-position: -264px -144px;
+}
+.icon-circle-arrow-up {
+ background-position: -288px -144px;
+}
+.icon-circle-arrow-down {
+ background-position: -312px -144px;
+}
+.icon-globe {
+ background-position: -336px -144px;
+}
+.icon-wrench {
+ background-position: -360px -144px;
+}
+.icon-tasks {
+ background-position: -384px -144px;
+}
+.icon-filter {
+ background-position: -408px -144px;
+}
+.icon-briefcase {
+ background-position: -432px -144px;
+}
+.icon-fullscreen {
+ background-position: -456px -144px;
+}
.dropup,
.dropdown {
position: relative;
diff --git a/docs/base-css.html b/docs/base-css.html
index 578b9ff27a..8e6eea746f 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1445,15 +1445,15 @@ For example, <code>section</code> should be wrapped as inline.
icon-inbox
icon-play-circle
icon-repeat
-
-
-
-
- icon-refresh
- icon-list-alt
- icon-lock
- icon-flag
- icon-headphones
+
+
+
+
- icon-volume-off
- icon-volume-down
- icon-volume-up
@@ -1479,10 +1479,6 @@ For example, <code>section</code> should be wrapped as inline.
- icon-indent-right
- icon-facetime-video
- icon-picture
-
-
-
-
- icon-pencil
- icon-map-marker
- icon-adjust
@@ -1493,6 +1489,10 @@ For example, <code>section</code> should be wrapped as inline.
- icon-move
- icon-step-backward
- icon-fast-backward
+
+
+
+
- icon-backward
- icon-play
- icon-pause
@@ -1513,10 +1513,6 @@ For example, <code>section</code> should be wrapped as inline.
- icon-remove-circle
- icon-ok-circle
- icon-ban-circle
-
-
-
-
- icon-arrow-left
- icon-arrow-right
- icon-arrow-up
@@ -1532,6 +1528,10 @@ For example, <code>section</code> should be wrapped as inline.
- icon-leaf
- icon-fire
- icon-eye-open
+
+
+
+
- icon-eye-close
- icon-warning-sign
- icon-plane
@@ -1547,6 +1547,26 @@ For example, <code>section</code> should be wrapped as inline.
- icon-folder-open
- icon-resize-vertical
- icon-resize-horizontal
+ - icon-hdd
+ - icon-bullhorn
+ - icon-bell
+ - icon-certificate
+ - icon-thumbs-up
+ - icon-thumbs-down
+ - icon-hand-right
+ - icon-hand-left
+ - icon-hand-up
+ - icon-hand-down
+ - icon-circle-arrow-right
+ - icon-circle-arrow-left
+ - icon-circle-arrow-up
+ - icon-circle-arrow-down
+ - icon-globe
+ - icon-wrench
+ - icon-tasks
+ - icon-filter
+ - icon-briefcase
+ - icon-fullscreen
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index b61e77ac54..200cd41c4a 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1368,15 +1368,15 @@
icon-inbox
icon-play-circle
icon-repeat
-
-
-
-
- icon-refresh
- icon-list-alt
- icon-lock
- icon-flag
- icon-headphones
+
+
+
+
- icon-volume-off
- icon-volume-down
- icon-volume-up
@@ -1402,10 +1402,6 @@
- icon-indent-right
- icon-facetime-video
- icon-picture
-
-
-
-
- icon-pencil
- icon-map-marker
- icon-adjust
@@ -1416,6 +1412,10 @@
- icon-move
- icon-step-backward
- icon-fast-backward
+
+
+
+
- icon-backward
- icon-play
- icon-pause
@@ -1436,10 +1436,6 @@
- icon-remove-circle
- icon-ok-circle
- icon-ban-circle
-
-
-
-
- icon-arrow-left
- icon-arrow-right
- icon-arrow-up
@@ -1455,6 +1451,10 @@
- icon-leaf
- icon-fire
- icon-eye-open
+
+
+
+
- icon-eye-close
- icon-warning-sign
- icon-plane
@@ -1470,6 +1470,26 @@
- icon-folder-open
- icon-resize-vertical
- icon-resize-horizontal
+ - icon-hdd
+ - icon-bullhorn
+ - icon-bell
+ - icon-certificate
+ - icon-thumbs-up
+ - icon-thumbs-down
+ - icon-hand-right
+ - icon-hand-left
+ - icon-hand-up
+ - icon-hand-down
+ - icon-circle-arrow-right
+ - icon-circle-arrow-left
+ - icon-circle-arrow-up
+ - icon-circle-arrow-down
+ - icon-globe
+ - icon-wrench
+ - icon-tasks
+ - icon-filter
+ - icon-briefcase
+ - icon-fullscreen
diff --git a/less/sprites.less b/less/sprites.less
index 4014d70a5e..aafe86933a 100644
--- a/less/sprites.less
+++ b/less/sprites.less
@@ -6,8 +6,8 @@
// ICONS
// -----
-// All icons receive the styles of the tag with a base class
-// of .i and are then given a unique class to add width, height,
+// All icons receive the styles of the tag with a base class
+// of .i and are then given a unique class to add width, height,
// and background-position. Your resulting HTML will look like
// .
@@ -149,10 +149,43 @@
.icon-comment { background-position: -240px -120px; }
.icon-magnet { background-position: -264px -120px; }
.icon-chevron-up { background-position: -288px -120px; }
-.icon-chevron-down { background-position: -313px -119px; } // 1px off
+.icon-chevron-down { background-position: -313px -119px; } // 1px, 1px off
.icon-retweet { background-position: -336px -120px; }
.icon-shopping-cart { background-position: -360px -120px; }
.icon-folder-close { background-position: -384px -120px; }
.icon-folder-open { background-position: -408px -120px; }
-.icon-resize-vertical { background-position: -432px -119px; }
-.icon-resize-horizontal { background-position: -456px -118px; }
+.icon-resize-vertical { background-position: -432px -119px; } // 1px, 1px off
+.icon-resize-horizontal { background-position: -456px -118px; } // 1px, 2px off
+
+.icon-hdd { background-position: 0 -144px; }
+.icon-bullhorn { background-position: -24px -144px; }
+.icon-bell { background-position: -48px -144px; }
+.icon-certificate { background-position: -72px -144px; }
+.icon-thumbs-up { background-position: -96px -144px; }
+.icon-thumbs-down { background-position: -120px -144px; }
+.icon-hand-right { background-position: -144px -144px; }
+.icon-hand-left { background-position: -168px -144px; }
+.icon-hand-up { background-position: -192px -144px; }
+.icon-hand-down { background-position: -216px -144px; }
+.icon-circle-arrow-right { background-position: -240px -144px; }
+.icon-circle-arrow-left { background-position: -264px -144px; }
+.icon-circle-arrow-up { background-position: -288px -144px; }
+.icon-circle-arrow-down { background-position: -312px -144px; }
+.icon-globe { background-position: -336px -144px; }
+.icon-wrench { background-position: -360px -144px; }
+.icon-tasks { background-position: -384px -144px; }
+.icon-filter { background-position: -408px -144px; }
+.icon-briefcase { background-position: -432px -144px; }
+.icon-fullscreen { background-position: -456px -144px; }
+
+
+
+
+
+
+
+
+
+
+
+