From 753fbfbe76fdf5b6f9d4f18e9ba8aacc2749b265 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 09:50:31 +0100 Subject: [PATCH] Updated styling --- help.php | 26 ++++++++++++++------------ index.php | 7 ++++--- issue.php | 4 ++-- styles/style.css | 6 +++--- 4 files changed, 23 insertions(+), 20 deletions(-) diff --git a/help.php b/help.php index 1bc8ddf..13f2f1e 100644 --- a/help.php +++ b/help.php @@ -13,18 +13,20 @@

Help

-

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 - incorrect or unavailable on Tiger, you will be redirected to a - blank board. CRS codes will be verified against a lookup file - before redirecting.

-

Some stations are not on Tiger and these stations are not supported - here either. Notably TfW and Chiltern stations that border the GWR - network. Most GWR Central served stations are now available to - lookup.

-

I am working on a new version that will provide data for every - station in the National Rail database.

+ +

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 + incorrect or unavailable on Tiger, you will be redirected to a + blank board. CRS codes will be verified against a lookup file + before redirecting.

+

Some stations are not on Tiger and these stations are not supported + here either. Notably TfW and Chiltern stations that border the GWR + network. Most GWR Central served stations are now available to + 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 4497587..0ae2784 100644 --- a/index.php +++ b/index.php @@ -38,9 +38,10 @@

- -

This is an Alpha release and is under testing.

-

Some features may not work and some stations may not be available.

+ +

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 4da11dd..340be09 100644 --- a/issue.php +++ b/issue.php @@ -54,7 +54,7 @@


- + 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 @@ -62,7 +62,7 @@

- + Your user agent is:
diff --git a/styles/style.css b/styles/style.css index 73bcbb2..615581a 100644 --- a/styles/style.css +++ b/styles/style.css @@ -49,13 +49,13 @@ body { margin-bottom: 4px; } -.form-description { +.text-description { color: #0280e5; padding-top: 5px; padding-bottom: 5px; } -.form-description p { +.text-description p { width: 80%; } @@ -68,7 +68,7 @@ body { width: 50%; } - .form-description p { + .text-description p { width: 50%; } }