diff options
author | Lei Yan | 2015-02-13 19:54:00 +0000 |
---|---|---|
committer | Lei Yan | 2015-02-13 19:54:00 +0000 |
commit | 0e21a58cfe7ca1ec6c1d84c43e1d2fd2d0b9104c (patch) | |
tree | fc9e2d23a98fd5f79bcb312f2fbb446c4ee79d4b | |
parent | 723fcb3723d16e4ef476b0fc7471f7a770ed01be (diff) | |
download | genenetwork2-0e21a58cfe7ca1ec6c1d84c43e1d2fd2d0b9104c.tar.gz |
Committer: Lei Yan <lei@penguin.uthsc.edu>
On branch master
-rwxr-xr-x | wqflask/wqflask/templates/news.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/wqflask/templates/news.html b/wqflask/wqflask/templates/news.html index 0a19dcee..4f0032b8 100755 --- a/wqflask/wqflask/templates/news.html +++ b/wqflask/wqflask/templates/news.html @@ -5,11 +5,11 @@ {% block content %} <div class="container"> <h3>{{title}}</h3> - <table class="table table-hover table-striped"> + <table class="table table-hover table-striped" style="width: 600px;"> <tbody> {% for newsitem in newslist %} <tr> - <td style="width: 100px;"> + <td style="width: 90px; text-wrap:none;" nowrap> <span style="font-weight: bold;">{{newsitem.date}}</span> </td> <td>{{newsitem.details|safe}}</td> |