From 9f6e0b71361d9553fa53ff23b7997ba59f22f912 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sat, 16 Dec 2017 20:17:11 +0100 Subject: [PATCH] Small CSS changes. --- assets/style.css | 11 ++++++++++- index_main.php | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index e9dd24d..433c469 100755 --- a/assets/style.css +++ b/assets/style.css @@ -1,11 +1,20 @@ +body { + font-family: sans-serif; +} + table td+td { - border-left: 1px dashed green; + border-left: 1px dashed silver; + text-align: center; } td { font-family: monospace; } +td.ref { + font-weight: bold; +} + td.empty { color: silver; } diff --git a/index_main.php b/index_main.php index aaaa9c6..be10c4d 100755 --- a/index_main.php +++ b/index_main.php @@ -31,13 +31,13 @@ foreach ($allVars as $family => $models) { $allVersions = $db->getAllVersionsForModel($model); echo ''; foreach ($variants as $ref => $name) { - echo ''; + echo ''; $refVersions = $db->getAllVersionsForRef($ref); foreach ($allVersions as $v) { if (in_array($v, $refVersions, true)) { echo ''; } else { - echo ''; + echo ''; } } echo '' . PHP_EOL;
' . $ref . '
' . $ref . '' . $v . '------- - -