about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLei Yan2015-02-13 19:54:00 +0000
committerLei Yan2015-02-13 19:54:00 +0000
commit0e21a58cfe7ca1ec6c1d84c43e1d2fd2d0b9104c (patch)
treefc9e2d23a98fd5f79bcb312f2fbb446c4ee79d4b
parent723fcb3723d16e4ef476b0fc7471f7a770ed01be (diff)
downloadgenenetwork2-0e21a58cfe7ca1ec6c1d84c43e1d2fd2d0b9104c.tar.gz
Committer: Lei Yan <lei@penguin.uthsc.edu>
On branch master
-rwxr-xr-xwqflask/wqflask/templates/news.html4
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>