From b2991b69fd8c17c2ee4a5c6763b32dfab3e4862a Mon Sep 17 00:00:00 2001 From: Vadim Date: Mon, 16 Aug 2021 00:15:47 +0300 Subject: [PATCH] #48 : Code cleanup --- src/docs/Layouts/custom/Table.svelte | 2 +- src/docs/Layouts/custom/Td.svelte | 2 +- src/docs/Layouts/custom/Th.svelte | 2 +- src/docs/Layouts/custom/Tr.svelte | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/docs/Layouts/custom/Table.svelte b/src/docs/Layouts/custom/Table.svelte index d5ff374..3b19ca8 100644 --- a/src/docs/Layouts/custom/Table.svelte +++ b/src/docs/Layouts/custom/Table.svelte @@ -12,4 +12,4 @@ border-collapse: collapse; width: 100%; } - \ No newline at end of file + diff --git a/src/docs/Layouts/custom/Td.svelte b/src/docs/Layouts/custom/Td.svelte index 0162b74..e9be132 100644 --- a/src/docs/Layouts/custom/Td.svelte +++ b/src/docs/Layouts/custom/Td.svelte @@ -6,4 +6,4 @@ td { padding: 2px 10px; } - \ No newline at end of file + diff --git a/src/docs/Layouts/custom/Th.svelte b/src/docs/Layouts/custom/Th.svelte index 93adf26..3a3c476 100644 --- a/src/docs/Layouts/custom/Th.svelte +++ b/src/docs/Layouts/custom/Th.svelte @@ -6,4 +6,4 @@ th { padding: 5px 10px; } - \ No newline at end of file + diff --git a/src/docs/Layouts/custom/Tr.svelte b/src/docs/Layouts/custom/Tr.svelte index 39aef87..61bafb5 100644 --- a/src/docs/Layouts/custom/Tr.svelte +++ b/src/docs/Layouts/custom/Tr.svelte @@ -6,4 +6,4 @@ tr { border-bottom: 2px solid #009800; } - \ No newline at end of file +