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