From ada7d48ce5800180abd352726ca3512a4a28ad72 Mon Sep 17 00:00:00 2001
From: Jacek Lebioda <jacek.lebioda@uni.lu>
Date: Fri, 29 Jun 2018 14:49:38 +0200
Subject: [PATCH] Font size in tables should be slightly smaller now

---
 _sass/minima/_base.scss           | 6 ++----
 jekyll-theme-lcsb-default.gemspec | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss
index 72003fe..f0b3b69 100644
--- a/_sass/minima/_base.scss
+++ b/_sass/minima/_base.scss
@@ -276,6 +276,7 @@ pre {
 table {
   margin-bottom: $spacing-unit;
   width: 100%;
+  font-size: smaller;
   text-align: $table-text-align;
   color: lighten($text-color, 18%);
   border-collapse: collapse;
@@ -296,7 +297,4 @@ table {
   td {
     border: 1px solid $grey-color-light;
   }
-}
-
-
-
+}
\ No newline at end of file
diff --git a/jekyll-theme-lcsb-default.gemspec b/jekyll-theme-lcsb-default.gemspec
index 9b6f4f7..2324ff3 100644
--- a/jekyll-theme-lcsb-default.gemspec
+++ b/jekyll-theme-lcsb-default.gemspec
@@ -2,7 +2,7 @@
 
 Gem::Specification.new do |spec|
   spec.name          = "jekyll-theme-lcsb-default"
-  spec.version       = "0.2.10"
+  spec.version       = "0.2.11"
   spec.authors       = ["Trefex", "jaceklebioda_lux"]
   spec.email         = ["lcsb-sysadmins@uni.lu"]
 
-- 
GitLab