New module 'Token'

This commit is contained in:
Manuel Cillero 2017-07-26 13:41:35 +02:00
parent ae2a2d8417
commit 0e730eca64
25 changed files with 3967 additions and 0 deletions

View file

@ -0,0 +1,23 @@
.token-tree {
font-size: 0.85em;
margin-left: 19px;
}
.token-tree td, .token-tree th {
padding-top: 0;
padding-bottom: 0;
}
.token-group {
font-weight: bold;
}
.js .token-group {
font-weight: normal;
}
/* Prevent the token columns from being wrapped. */
.token-tree td.token-key {
white-space: nowrap;
}