source: sipes/modules_contrib/token/token.css @ c43ea01

stableversion-3.0
Last change on this file since c43ea01 was d5990f8, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se actualizo el modulo

  • Propiedad mode establecida a 100755
File size: 323 octetos
Línea 
1
2.token-tree {
3  font-size: 0.85em;
4  margin-left: 19px;
5}
6
7.token-tree td, .token-tree th {
8  padding-top: 0;
9  padding-bottom: 0;
10}
11
12.token-group {
13  font-weight: bold;
14}
15
16.js .token-group {
17  font-weight: normal;
18}
19
20/* Prevent the token columns from being wrapped. */
21.token-tree td.token-key {
22  white-space: nowrap;
23}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.