/
githubmirror
/
oppia
Обзор
Документация
Войти
/
githubmirror
/
oppia
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
extensions/visualizations/oppia-visualization-enumerated-frequency-table.directive.css
26 строк
756 B
Brian Rodriguez
Standardize structure of visualization directives (#9605)
22 июн 2020, 23:07
Не верифицирован
22 июн 2020, 23:07
1a82494
Код
Авторство
О чём код?
oppia-visualization-enumerated-frequency-table a.answer-rank { font-weight: bold; } oppia-visualization-enumerated-frequency-table table { margin-top: 12px; } oppia-visualization-enumerated-frequency-table table th { text-align: center; } oppia-visualization-enumerated-frequency-table table th:first-child { text-align: left; width: 100%; } oppia-visualization-enumerated-frequency-table table td { text-align: center; } oppia-visualization-enumerated-frequency-table table td:first-child { text-align: left; word-wrap: break-word; } oppia-visualization-enumerated-frequency-table table.item { margin-top: 8px; } oppia-visualization-enumerated-frequency-table table.item tr:nth-child(odd) { background-color: rgba(242, 242, 242, 1); }