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.css22
1 files changed, 10 insertions, 12 deletions
diff --git a/docs-assets/css/docs.css b/docs-assets/css/docs.css
index ecf740818..15b533dd9 100644
--- a/docs-assets/css/docs.css
+++ b/docs-assets/css/docs.css
@@ -921,7 +921,6 @@ h1[id] {
*/
.highlight {
- display: none; /* hidden by default, until >480px */
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
@@ -949,13 +948,6 @@ h1[id] {
color: #bebec5;
}
-/* Show code snippets when we have the space */
-@media (min-width: 481px) {
- .highlight {
- display: block;
- }
-}
-
/*
* Responsive tests
@@ -1037,11 +1029,12 @@ h1[id] {
*/
.bs-glyphicons {
+ margin: 0 -19px 20px -16px;
+ overflow: hidden;
+}
+.bs-glyphicons-list {
padding-left: 0;
- padding-bottom: 1px;
- margin-bottom: 20px;
list-style: none;
- overflow: hidden;
}
.bs-glyphicons li {
float: left;
@@ -1049,7 +1042,7 @@ h1[id] {
height: 115px;
padding: 10px;
margin: 0 -1px -1px 0;
- font-size: 12px;
+ font-size: 10px;
line-height: 1.4;
text-align: center;
border: 1px solid #ddd;
@@ -1069,8 +1062,13 @@ h1[id] {
}
@media (min-width: 768px) {
+ .bs-glyphicons {
+ margin-left: 0;
+ margin-right: 0;
+ }
.bs-glyphicons li {
width: 12.5%;
+ font-size: 12px;
}
}