aboutsummaryrefslogtreecommitdiff
path: root/docs-assets/css/docs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs-assets/css/docs.css')
-rw-r--r--docs-assets/css/docs.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css
index 224cc60d6..c5185c248 100644
--- a/docs-assets/css/docs.css
+++ b/docs-assets/css/docs.css
@@ -1047,10 +1047,14 @@ h1[id] {
border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
- display: block;
- margin: 5px auto 10px;
+ margin-top: 5px;
+ margin-bottom: 10px;
font-size: 24px;
}
+.bs-glyphicons .glyphicon-class {
+ display: block;
+ text-align: center;
+}
.bs-glyphicons li:hover {
background-color: rgba(86,61,124,.1);
}