1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-09-16 08:56:40 +02:00

Table rendering

This commit is contained in:
Laurent Cozic
2017-07-18 23:57:22 +01:00
parent 3bfa68e106
commit df3e5ac40c

View File

@@ -293,6 +293,13 @@ class NoteScreenComponent extends BaseScreenComponent {
text-decoration: none; text-decoration: none;
color: black; color: black;
} }
table {
border-collapse: collapse;
}
td, th {
border: 1px solid silver;
padding: .5em 1em .5em 1em;
}
`; `;
let counter = -1; let counter = -1;