Skip to content

Commit

Permalink
Merge pull request #53 from gm3dmo/f4
Browse files Browse the repository at this point in the history
Adding base.css.
  • Loading branch information
gm3dmo authored Oct 8, 2023
2 parents 4e3f7fb + e27d7b9 commit 7802e24
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
11 changes: 11 additions & 0 deletions cmp/static/cmp/css/base.css
Original file line number Diff line number Diff line change
@@ -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;
}
18 changes: 3 additions & 15 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap" rel="stylesheet">
{% block styles %}
<style>
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;
}
</style>
{% endblock %}
{% load static %}
<link rel="stylesheet" href="{% static 'cmp/css/base.css' %}">

</head>
<body>
{% block content %}{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion templates/cmp/army-number-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2> British Army Number Search Tool</h2>
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.
</p>
<p>
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).
</p>
</div>
<div>
Expand Down

0 comments on commit 7802e24

Please sign in to comment.