No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

extra.css 256 B

hace 4 años
12345678
  1. /* Make the huge table always visible */
  2. table.features-cross-reference {
  3. overflow: visible !important;
  4. }
  5. .rst-content table.features-cross-reference.docutils th,
  6. .rst-content table.features-cross-reference.docutils td {
  7. background-color: white;
  8. }