This commit is contained in:
Ilya Kantor 2017-03-19 16:59:53 +03:00
parent af0ee2a49e
commit e2443e8de6
115 changed files with 3177 additions and 866 deletions

View file

@ -1,4 +1,4 @@
/* общие стили для таблицы */
/* common styles for the table, no need to modify these */
th {
text-align: center;
@ -53,4 +53,4 @@ td {
.se {
background-color: #0c3;
color: #fff;
}
}

View file

@ -10,7 +10,7 @@
<link rel="stylesheet" href="my.css">
<p>Кликните на ячейке для начала редактирования. Когда закончите -- нажмите OK или CANCEL.</p>
<p>Click on a table cell to edit it. Press OK or CANCEL when you finish.</p>
<table id="bagua-table">
<tr>
@ -75,4 +75,4 @@
</body>
</html>
</html>

View file

@ -1 +1 @@
/* ваши стили */
/* your styles */

View file

@ -1,3 +1,3 @@
var table = document.getElementById('bagua-table');
let table = document.getElementById('bagua-table');
/* ваш код */
/* your code */