You are here

token.css in Token 6

Same filename and directory in other branches
  1. 7 token.css
.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;
}

File

token.css
View source
  1. .token-tree {
  2. font-size: 0.85em;
  3. margin-left: 19px;
  4. }
  5. .token-tree td, .token-tree th {
  6. padding-top: 0;
  7. padding-bottom: 0;
  8. }
  9. .token-group {
  10. font-weight: bold;
  11. }
  12. .js .token-group {
  13. font-weight: normal;
  14. }
  15. /* Prevent the token columns from being wrapped. */
  16. .token-tree td.token-key {
  17. white-space: nowrap;
  18. }