選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

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