diff options
| author | Bobby <[email protected]> | 2022-11-21 22:53:25 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-21 22:53:25 -0500 |
| commit | 24b486e5e6e2bf57b24c9ec4f9056a270ad115d2 (patch) | |
| tree | 64da60539a370f6f025645cd5ac58cdbfcc027d7 /templates/dev_status | |
| parent | d0032061cfdbf6d99588febb0c9d26c9510410d6 (diff) | |
| download | thatcomputerscientist-24b486e5e6e2bf57b24c9ec4f9056a270ad115d2.tar.xz thatcomputerscientist-24b486e5e6e2bf57b24c9ec4f9056a270ad115d2.zip | |
repo improvements
Diffstat (limited to 'templates/dev_status')
| -rw-r--r-- | templates/dev_status/home.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/dev_status/home.html b/templates/dev_status/home.html index eef64b7b..6b3a820b 100644 --- a/templates/dev_status/home.html +++ b/templates/dev_status/home.html @@ -11,7 +11,7 @@ {% endif %} {% comment %} Search and Filter {% endcomment %} - <table> + <table style="margin: 0 auto;" <form action="" method="get"> <tr> <td> @@ -76,9 +76,9 @@ {% endif %} </td> <td width="500px"> - <p style="margin: 10px auto;"><a class="anavdef" href="{% url 'dev_status:repo' repo.name %}" style="font-size: 18px;"> + <h3 style="margin: 0px auto 8px auto;"><a href="{% url 'dev_status:repo' repo.name %}" style="font-size: 18px;"> {{ repo.name }} - </a></p> + </a></h3> {% if repo.description %} <p style="margin-top: 0px;"><small>{{ repo.description }}</small></p> {% else %} @@ -109,8 +109,7 @@ </td> <td width="136px"> <table> - <tr><td><a href="{% url 'dev_status:repo' repo.name %}">View Source</a></td></tr> - <tr><td><a href="{{ repo.html_url }}" target="_blank">View on GitHub</a></td></tr> + <tr><td style="color: #c9d1d9; background-color: #21262d; border-color: #f0f6fc; padding: 5px 10px; border-radius: 4px;"><a style="color: #c9d1d9; text-decoration: none; font-family: sans-serif; font-size: 14px;" href="{{ repo.html_url }}" target="_blank">View on GitHub</a></td></tr> </table> </td> </tr> |
