Just type in a three character CRS code or a TIPLOC into the text
box and tap the Lookup button.
If you enter a TIPLOC, this will not be verified - if it is
@@ -26,7 +26,7 @@
lookup.
I am working on a new version that will provide data for every
station in the National Rail database.
-
+
diff --git a/index.php b/index.php
index 0ae2784..48bdb04 100644
--- a/index.php
+++ b/index.php
@@ -38,10 +38,10 @@
+
This is an Alpha release and is under testing.
Some features may not work and some stations may not be available.
-
+
diff --git a/issue.php b/issue.php
index e286a98..b13c7ac 100644
--- a/issue.php
+++ b/issue.php
@@ -54,21 +54,21 @@
-
- On submission of this form, your browsers User Agent string will be
- collected alongside the information you provide above and will be
- posted to the
- issue tracker .
-
-
-
-
- Your user agent is:
-
-
-
+
+
+ On submission of this form, your browsers User Agent string will be
+ collected alongside the information you provide above and will be
+ posted to the
+ issue tracker .
+
+
+
+
+ Your user agent is:
+
+
-
+
diff --git a/styles/style.css b/styles/style.css
index 5126ea7..f880b75 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -62,6 +62,8 @@ body {
}
.text-description {
+ display: inline-block;
+ width: 80%;
color: #0280e5;
padding-top: 5px;
padding-bottom: 5px;
@@ -69,15 +71,8 @@ body {
margin-right: auto;
}
-p.text-description{
- display: inline-block;
- width: 80%;
- margin-left: auto;
- margin-right: auto;
-}
-
@media only screen and (min-width: 600px) {
-p.text-description{
+ .text-description{
width: 50%;
}
}