From c18b5b9735d3cc95e81f0f02b7f1555b9f344e95 Mon Sep 17 00:00:00 2001
From: Mark Otto <otto@github.com>
Date: Wed, 16 Jan 2013 13:02:15 -0800
Subject: [PATCH] restore glyphicons docs styles and then overhaul the shit out
 of them

---
 docs/assets/css/docs.css | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 5bf99208b9..f37b18e3e0 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -206,6 +206,41 @@ section > ul li {
 
 
 
+/* 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;
+  margin: 0 -1px -1px 0;
+}
+.the-icons [class^="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
 -------------------------------------------------- */
 
-- 
GitLab