Remove style in md file

This commit is contained in:
Kay0u 2021-02-08 16:20:53 +01:00
parent 27f20c77bb
commit d7b4ed9bbd
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
3 changed files with 2 additions and 38 deletions

View file

@ -88,15 +88,3 @@ Sie können einen virtuellen privaten Server oder eine dedizierte Maschine von [
</tr>
</tbody>
</table>
<style>
.danger{
background-color: #f2dede;
}
.warning {
background-color: #fcf8e3;
}
.success {
background-color: #dff0d8;
}
</style>

View file

@ -87,16 +87,4 @@ Vous pouvez louer un serveur privé virtuel ou une machine dédiée à des hébe
<td style="text-align:center;" class="success">Généralement bonne</td>
</tr>
</tbody>
</table>
<style>
.danger{
background-color: #f2dede;
}
.warning {
background-color: #fcf8e3;
}
.success {
background-color: #dff0d8;
}
</style>
</table>

View file

@ -87,16 +87,4 @@ You can rent a virtual private server or a dedicated machine from [associative](
<td style="text-align:center;" class="success">Typically pretty good</td>
</tr>
</tbody>
</table>
<style>
.danger{
background-color: #f2dede;
}
.warning {
background-color: #fcf8e3;
}
.success {
background-color: #dff0d8;
}
</style>
</table>