From c89a7e3fbe2fbcf06ce1c566b7218a847add5930 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 29 Sep 2018 02:53:15 +0200 Subject: [PATCH] try to fix the table but it is not working --- content/nixos/krops.md | 1 + themes/first/src/css/main.less | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/nixos/krops.md b/content/nixos/krops.md index 411fda0..7213deb 100644 --- a/content/nixos/krops.md +++ b/content/nixos/krops.md @@ -22,6 +22,7 @@ have a look at # krops vs. NixOps (Feature Comparison) + diff --git a/themes/first/src/css/main.less b/themes/first/src/css/main.less index 326bb45..79f9d32 100644 --- a/themes/first/src/css/main.less +++ b/themes/first/src/css/main.less @@ -183,6 +183,7 @@ p { } table.comparison { + border-collapse: collapse; width: 100%; @@ -190,10 +191,6 @@ table.comparison { margin-left: 0px; margin-right: 0px; - - // .text{ - // width: 80%; - // } .good { background: @color-comparison-good; text-align: center;
Feature