try to fix the table but it is not working

This commit is contained in:
Ingolf Wagner 2018-09-29 02:53:15 +02:00
parent ea10236a99
commit c89a7e3fbe
2 changed files with 2 additions and 4 deletions

View file

@ -22,6 +22,7 @@ have a look at
# krops vs. NixOps (Feature Comparison) # krops vs. NixOps (Feature Comparison)
<table class="comparison"> <table class="comparison">
<tr> <tr>
<th class="text">Feature</th> <th class="text">Feature</th>

View file

@ -183,6 +183,7 @@ p {
} }
table.comparison { table.comparison {
border-collapse: collapse;
width: 100%; width: 100%;
@ -190,10 +191,6 @@ table.comparison {
margin-left: 0px; margin-left: 0px;
margin-right: 0px; margin-right: 0px;
// .text{
// width: 80%;
// }
.good { .good {
background: @color-comparison-good; background: @color-comparison-good;
text-align: center; text-align: center;