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.
 
 
 
 
 
 

9 líneas
256 B

  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. }