diff options
| author | Mark Weiman <mark.weiman@markzz.com> | 2015-10-11 22:48:08 -0400 |
|---|---|---|
| committer | Mark Weiman <mark.weiman@markzz.com> | 2015-10-11 22:48:08 -0400 |
| commit | 1f40f501be7c580e746fb89f29cd8c2d1980dde2 (patch) | |
| tree | cf99c75ba08c3d66e35ed7aeff7688a95256d40c | |
| parent | c907786575bc8a4089c2676cca8fa845d34820eb (diff) | |
| download | website-1f40f501be7c580e746fb89f29cd8c2d1980dde2.tar.gz website-1f40f501be7c580e746fb89f29cd8c2d1980dde2.zip | |
update table tag
| -rw-r--r-- | blog/templates/repo.html | 4 |
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 |
