diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 31047b5d78..a6d106989d 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -479,43 +479,6 @@ body { -/* Icons --------------------------------------------------- */ - -.the-icons { - padding-bottom: 1px; - margin-left: 0; - list-style: none; - margin-bottom: 20px; - overflow: hidden; -} -.the-icons li { - float: left; - width: 100px; - height: 110px; - padding: 10px; - border: 1px solid #ddd; - font-size: 12px; - line-height: 1.25; - text-align: center; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - margin: 0 -1px -1px 0; -} -.the-icons .glyphicon { - display: block; - margin: 5px auto; - vertical-align: middle; - margin-right: 3px; - font-size: 24px; -} -.the-icons li:hover { - background-color: rgba(255,0,0,.1); -} - - - /* Responsive docs -------------------------------------------------- */ diff --git a/docs/components.html b/docs/components.html index 4e763d6d4d..97fade9841 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1813,33 +1813,6 @@ body { padding-bottom: 70px; }
Add Glyphicon chevrons that are automatically moved to the right.
-Why not both?
-