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.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index bbf71ab77..2d0b87fe2 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -309,7 +309,7 @@ pre.prettyprint {
/* Make tables spaced out a bit more */
h2 + table {
- margin-top: 10px;
+ margin-top: 5px;
}
/* Responsive Docs
@@ -347,3 +347,18 @@ h2 + table {
}
}
+
+
+.supported-devices {
+ margin-bottom: 9px;
+ color: #777;
+}
+.supported-devices strong {
+ display: block;
+ font-size: 14px;
+ line-height: 18px;
+}
+.supported-devices small {
+ font-size: 12px;
+}
+