diff --git a/assets/style.css b/assets/style.css index a6346d6..742bfe5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -11,6 +11,10 @@ body { font-family: sans-serif; } +.panel { + margin-top: 70px; +} + table td+td { border-left: 1px dashed silver; text-align: center; diff --git a/index_main.php b/index_main.php index 77a96e1..5222259 100644 --- a/index_main.php +++ b/index_main.php @@ -9,9 +9,18 @@
-
+
BlackBerry/TCL Firmware List
+
@@ -37,6 +46,7 @@ if (count($unknowns) > 0) { } foreach ($allVars as $family => $models) { + echo '
'; foreach ($models as $model => $variants) { echo '

' . $family . ' ' . $model . '

' . PHP_EOL; $allVersions = $db->getAllVersionsForModel($model); @@ -66,10 +76,41 @@ foreach ($allVars as $family => $models) { } echo ''; } + echo '
'; } ?>
- - + +