summaryrefslogtreecommitdiff
path: root/docs/index.css
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@figma.com>2019-02-06 22:49:18 +0300
committerRasmus Andersson <rasmus@figma.com>2019-02-06 22:49:18 +0300
commit65ce56b9527ce698214f24db779b7a8a2a4783a1 (patch)
treea52d8cfd36071cf47e674ab4731eb4a8e650b88b /docs/index.css
parent33aca189225fff8e5f94838190f8ed10f5f9d8f3 (diff)
downloadinter-65ce56b9527ce698214f24db779b7a8a2a4783a1.tar.xz
website
Diffstat (limited to 'docs/index.css')
-rw-r--r--docs/index.css15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/index.css b/docs/index.css
index 274884322..261643d88 100644
--- a/docs/index.css
+++ b/docs/index.css
@@ -101,9 +101,7 @@ tablex in, tablex to, tablex out {
white-space: pre;
padding-bottom:0.5em;
}
-/*tablex to {
- width:0;
-}*/
+
tablex to::after {
-moz-font-feature-settings: 'calt' 1, 'case' 1;
-ms-font-feature-settings: 'calt' 1, 'case' 1;
@@ -297,3 +295,14 @@ tablex out.cv10 {
boxes.features box h3 + p {
margin-top:0.5em;
}
+
+boxes.features grid .sample {
+ word-break: break-word;
+ word-wrap: break-word;
+}
+
+boxes.features grid .sample em {
+ font-style: inherit;
+ background: #e4fdef;
+ color: black;
+}