meso-web

Sources of the |Méso|Star> website
git clone git://git.meso-star.fr/meso-web.git
Log | Files | Refs | README | LICENSE

commit 562c126ae43116684a909d9fa123cf803f5b0382
parent 4f005bef8f0addc6d6d906e04fb8960aed432ffc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Sep 2017 16:22:49 +0200

Minor adjustment of the CSS

Diffstat:
Mmeso.css | 6+++++-
Msolstice-menu.sh | 2+-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/meso.css b/meso.css @@ -190,7 +190,7 @@ pre.code a { } /******************************************************************************* - * Test + * Table ******************************************************************************/ td { padding: 0em 2em 0em 2em; @@ -214,3 +214,7 @@ tr:nth-child(2n+1) { background-color: #F7F6F1; } +table { + border-spacing: 0; +} + diff --git a/solstice-menu.sh b/solstice-menu.sh @@ -85,7 +85,7 @@ print_footer() { } print_downloads() { - echo '<table cellspacing=0>' + echo '<table>' echo ' <tr>' echo ' <th>Version</th>' echo ' <th>GNU/Linux 64-bits</th>'