diff --git a/cmp/static/cmp/css/base.css b/cmp/static/cmp/css/base.css new file mode 100644 index 0000000..cd7b774 --- /dev/null +++ b/cmp/static/cmp/css/base.css @@ -0,0 +1,11 @@ + body { + font-family: 'IM Fell English', serif; + margin-left: 13%; + margin-right: 13%; + margin-top: 5%; + } + .input-text { + font-size: 24px; + color: #8B0000 ; + padding: 7px; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 7228000..4b8dfeb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,21 +8,9 @@ -{% block styles %} - -{% endblock %} +{% load static %} + + {% block content %}{% endblock %} diff --git a/templates/cmp/army-number-search.html b/templates/cmp/army-number-search.html index 415fe66..9ed08af 100644 --- a/templates/cmp/army-number-search.html +++ b/templates/cmp/army-number-search.html @@ -11,7 +11,7 @@

British Army Number Search Tool

This search tool can match army numbers from the 1920's to the end of World War 2 which was based on the regiment that a soldier joined initially, and the post war numbering system which is army wide. Pre 1920's, soldiers had regimental numbers so this site cannot be used for matching those.

-Enter an army number to find out what unit/regiment block the number was assigned from (upto WW2) or approximately when the soldier joined the army (post WW2). +Enter an army number to find out which regiment block the number was assigned from (upto WW2) or approximately when the soldier joined the army (post WW2).