summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/templates/repo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/blog/templates/repo.html b/blog/templates/repo.html
index 801b1dc..1519ffd 100644
--- a/blog/templates/repo.html
+++ b/blog/templates/repo.html
@@ -89,7 +89,7 @@
<div class="container">
<div class="row">
<div class="col-lg-12">
- <table class="table">
+ <table class="table table-striped table-hover table-responsive">
<tr><th>Arch</th><th>Name</th><th>Description</th><th>Version</th><th></th></tr>
{% for x in packages %}
<tr><td>{{ x.arch }}</td><td>{{ x.name }}</td><td>{{ x.description }}</td>
@@ -137,4 +137,4 @@
</body>
-</html>
+</html> \ No newline at end of file