From 58e308d791f19342aa9e3ca907d6fb141ed352f0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 8 Apr 2020 12:10:58 +0200 Subject: [PATCH] =?UTF-8?q?Z=C3=A1kladn=C3=AD=20styl=20tabulek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 1db3641..11f05f5 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -134,6 +134,21 @@ body { text-align: left; } + table { + border: 1px solid #ccc; + border-collapse: collapse; + + thead { + border-bottom: 3px double #ccc; + } + + td, th { + padding: .5em; + border: 1px solid #ccc; + font-weight: normal; + } + } + .title { font-size: 1.3em; font-weight: bold;