Commit c50707f6 authored by Alia Lawraine Olay's avatar Alia Lawraine Olay

Edited CSS files for formatting

parent decc474c
......@@ -30,5 +30,12 @@ a:link {
}
a:visited {
color: #5c677d
color: #5c677d;
}
#submit_button{
background-color: white;
font-family: 'Trebuchet MS';
color: #33415c;
border-color: #33415c;
}
\ No newline at end of file
......@@ -19,7 +19,7 @@
{{ form.announcement_body }}<br><br>
<label for="{{ form.authot.id_for_label }}">Author</label><br>
{{ form.author }}<br><br>
<input type="submit" value="Save Announcement">
<input type="submit" value="Save Announcement" id="submit_button">
</form>
</p>
<br><h4><a href="{% url 'announcementboard:announcement-list' %}">Back to Announcement Board</a></h4>
......
......@@ -10,7 +10,7 @@
{% block content %}
<h1>Announcement Board</h1>
<h3>Important announcements:</h3>
<h3>Important Announcements</h3>
<ul>
{% for object in object_list %}
<li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment