diff --git a/index.php b/index.php index 1bd9272..34136c3 100644 --- a/index.php +++ b/index.php @@ -56,7 +56,61 @@ DéfiVélib - +
@@ -117,7 +171,9 @@ $liste_stations = unserialize(gzinflate(base64_decode(file_get_contents('data/stations')))); ?>

Ajouter un trajet

-
+ +
+ Trajet

min s

+
+
+ Informations

-

+ +

- +

RésultatsDerniers trajets ajoutés

@@ -208,6 +268,7 @@ ?>

Recherche de trajets

+

+

diff --git a/main.css b/main.css deleted file mode 100644 index 85c950b..0000000 --- a/main.css +++ /dev/null @@ -1,30 +0,0 @@ -html, body { - margin: 0; - padding: 0; - width: 100%; - height: 100%; -} - -#main { - width: 50%; - min-height: 50%; - margin: auto; - text-align: center; - background-color: lightgrey; - padding: 1em; - -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -} - -#main h1 { - margin: 0; -} - -table td, th { - padding: 0.5em; - border: 1px solid black; -} - -table { - border-collapse: collapse; - margin: auto; -}